Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 523 Bytes

File metadata and controls

28 lines (20 loc) · 523 Bytes

🛠️ .dotfiles

My configurations on Arch Linux managed with GNU Stow.


💻 Tech

  • WM: Hyprland
  • Editor: Neovim
  • File Manager: Yazi
  • Shell: Zsh
  • Terminal: Kitty

🚀 Setup

  1. Install GNU Stow
    sudo pacman -S stow
    
  2. Clone and Link
     git clone [https://github.com/minhngoncoding/dotfiles.git](https://github.com/minhngoncoding/dotfiles.git) ~/dotfiles
     cd ~/dotfiles
    
     # Symlinks all folders to ~/.config
     stow . -t ~/.config