❤️ README is WIP
Dotfiles to configure zsh, neovim and a few others.
(Basic Setup) = terminal only configuration, great for headless
(More than the terminal) = configs for more than the terminal i.e window manager stuffs
- ZSH README (Basic Setup)
- Neovim README (Basic Setup)
- Hyprland README (More than the terminal)
- Kitty README (More than the terminal)
- Rofi README (More than the terminal)
- Waybar README (More than the terminal)
- stow (use package manager)
For zsh
For nvim
- Check the requirements section above.
- Clone the repo
git clone https://gitlab.com/AHMZA/dot
- Run stow
# '*/' basically means all folders / configs
stow */
# to stow a single folder / config
stow <foldername>
# i.e
stow nvim
- Generate zsh plugins
antibody bundle < ~/.config/zsh/plugins > ~/.zsh_plugins
- Make zsh your default shell
chsh -s $(which zsh)
- Logout and Login
For more information on each of the configurations, check their respective READMEs