Skip to content

NiranjanD0/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

My personal dotfiles and configs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors