Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 663 Bytes

File metadata and controls

48 lines (34 loc) · 663 Bytes

My Dotfiles

This repository contains my personal Linux dotfiles and scripts. Currently included:

  • Zsh / Oh My Zsh
  • Kitty terminal
  • Hyprland
  • waybar
  • wofi

Installation / Setup

  1. Clone the repo:
git clone https://github.com/NiranjanD0/dotfiles.git ~/dotfiles
cd ~/dotfiles
  1. Install GNU Stow (if not already installed):
sudo pacman -S stow      # Arch
# sudo apt install stow      # Debian/Ubuntu
  1. Symlink configs to $HOME:

    Example,

cd ~/dotfiles
stow zsh
stow kitty
stow scripts
  1. Verify symlinks:

    Example,

ls -l ~/.zshrc
ls -l ~/.config/kitty/kitty.conf