Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 612 Bytes

File metadata and controls

21 lines (17 loc) · 612 Bytes

Personal Dotfiles

Main

  • WM :- Hyprland
  • DE :- KDE
  • Terminal :- Kitty(main) & alacritty(secondary)
  • Editor :- Neovim
  • Shell :- Fish
  • OS :- CachyOS
  • Run launcher :- rofi(its rofi-wayland)

Installation

# Install stow(https://wiki.archlinux.org/title/Dotfiles) :
# A program that i use for dotfile management
sudo pacman -S --needed stow    # On Arch based distros
git clone https://github.com/shubham-cpp/dotfiles.git
stow -v -t ~/ dotfiles