This is a repository for my dotfiles. I use GNU Stow to manage them.
- Quick Installation: Download
./debian_install.sh
and run it. It will install all the required packages for you.
- fzf
- Git
- Nerd Fonts (for icons), I currently use JetBrainsMono Nerd Font
- C Compiler (for nvim-treesitter)
- Node.js (for Copilot)
- xclip (for clipboard support)
- brightnessctl (for brightness control)
- acpi (for battery status)
- amixer (for volume control)
- brightnessctl (for brightness control)
- acpi (for battery status)
- amixer (for volume control)
- rofi (for application launcher)
- Clone the repository to your home directory.
git clone --recurse-submodules [email protected]:hoapham2k2/.dotfiles.git ~/dotfiles
- Symlink the dotfiles to your home directory.
cd ~/dotfiles ./install.sh
- Done!
- run
./uninstall.sh
to remove the symlinks.cd ~/dotfiles ./clean-env.sh
- Done!