Welcome devs! ๐ Here you'll find all the configuration files that power my development environment on WSL2 (Linux), meticulously curated to provide an efficient, productive, and aesthetically pleasing setup.
Note
All configurations related to Windows are maintained in this repository -> windots
Included configs:
- ๐ zsh
- โก powerlevel10k
- ๐ฅ๏ธ tmux
- ๐ฎ neovim (nvchad)
- ๐ yazi
- ๐ btop
- ๐ fastfetch
Note
Some of this apps have the config files included in the repo, which are marked with โ๏ธ. Also, my favorite programs and tools are marked with ๐.
๐ Entry | โจ App |
---|---|
Shell | ๐ zsh โ๏ธ |
Terminal Emulator | windows terminal โ๏ธ |
Terminal Multiplexer | ๐ tmux โ๏ธ |
Shell Prompt | powerlevel10k โ๏ธ |
Text Editor | ๐ neovim โ๏ธ |
CD Replacement | ๐ zoxide |
LS Replacement | eza |
File Manager | ๐ yazi โ๏ธ |
Fuzzy File Finder | ๐ fzf |
Git TUI | lazygit |
System Monitor | btop โ๏ธ |
System Fetch | fastfetch โ๏ธ |
This repository utilizes GNU Stow for efficient dotfiles management, allowing for easy installation and organization of configuration files.
-
Clone the repository:
git clone https://github.com/ashish0kumar/dotfiles.git cd dotfiles
-
Install GNU Stow:
- On Ubuntu/Debian:
sudo apt install stow
- On macOS:
brew install stow
- On Ubuntu/Debian:
-
Symlink the configurations:
stow .
GNU Stow is used to manage symlinks for these configuration files. Each subdirectory of the repo contains the dotfiles for a specific application, and Stow handles linking these to your home directory.
-
To symlink a config:
stow <folder>
-
To remove a symlinked config:
stow -D <folder>
Feel free to use and modify these dotfiles to suit your needs.
Big thanks to everyone at r/unixporn for inspiring me to make this!
I wanna point out some resources that helped me the most with the setup:
- Matt-FTW's README to help me with the overall design and distribution of the README ๐
- GlazeWM for providing an incredible tiling window manager experience that enhances my workflow and productivity โจ
- Dreams of Code / Dreams of Autonomy for helping out with almost all of my configs ๐ง
- LierB for the fastfetch config presets ๐
- Catppuccin for making the Best Colorscheme Ever ๐๏ธ
Part of what makes the open source community special are the contributions. Any contributions will be highly appreciated!
If you have any ideas or suggestions to make, feel free to open an issue or submit a PR