This repository contains my personal Linux dotfiles and scripts. Currently included:
- Zsh / Oh My Zsh
- Kitty terminal
- Hyprland
- waybar
- wofi
- Clone the repo:
git clone https://github.com/NiranjanD0/dotfiles.git ~/dotfiles
cd ~/dotfiles- Install GNU Stow (if not already installed):
sudo pacman -S stow # Arch
# sudo apt install stow # Debian/Ubuntu-
Symlink configs to
$HOME:Example,
cd ~/dotfiles
stow zsh
stow kitty
stow scripts-
Verify symlinks:
Example,
ls -l ~/.zshrc
ls -l ~/.config/kitty/kitty.conf