Skip to content

abdullahkhalid00/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Personal dotfiles and configuration tested on Windows 10 22H2 and WSL2 (Ubuntu 24.04).

Screenshot

win.png

Installation

You need to install the following resources first before setting things up.

PSReadLine (for auto-suggestions in CLI)

For auto-suggestions in the CLI, make sure you have the latest PSReadLine module installed in PowerShell. You can install it by running.

# See installed versions
Get-Module -Name PSReadLine -ListAvailable | Select-Object Name, Version, Path

# See if a new version is available
Find-Module PSReadLine

# Install the latest version
Update-Module PSReadLine

# Use this if the above gives an error
# Install-Module PSReadLine -Force -AllowClobber -Scope CurrentUser

Restart PowerShell and you should see auto-suggestions in the command line.

WSL on Ubuntu 24.04 LTS

Some zsh plugins I use

I use the zsh-autosuggestions and zsh-syntax-highlighting plugins for auto-suggestions in my command line. Refer to this gist for installation instructions.

Afterword

These files reflect my personal development setup; feel free to fork or adapt them to your workflow.

About

A collection of my dotfiles :D

Topics

Resources

Stars

Watchers

Forks