Skip to content

nithitsuki/dotfiles

Repository files navigation

Dotfiles

My dotfiles, I use gnu-stow to manage them.

Setup

Interactive (recommended)

git clone https://github.com/nithitsuki/dotfiles.git .dotfiles
cd .dotfiles && bash ./run.sh
  • Lets you select packages separately easily

Manual (stow)

git clone https://github.com/nithitsuki/dotfiles.git .dotfiles
cd .dotfiles
stow -t ~ \<package-names\>
# for keyd:
sudo stow -t / keyd

Important Notes

Symlink ~/.config/background to your wallpaper file

ln -s /path/to/wallpaper.jpg ~/.config/background

Symlink ~/.config/hypr/hyprland.conf to either hyprland_pc.conf or hyprland_laptop.conf

ln -s ~/.config/hypr/hyprland_pc.conf ~/.config/hypr/hyprland.conf

Note

Install doom emacs to use the emacs config

Setup a fresh Arch based distro

Caution

ONLY USE THIS ON A FRESH INSTALLATION, IT WILL CAUSE IRREPARABLE DAMAGE TO YOUR SYSTEM IF USED ON AN EXISTING ONE

[root@host]# bash <(curl -sL https://raw.githubusercontent.com/nithitsuki/dotfiles/refs/heads/main/setup-fresh-archinstall.sh)

Caution

READ THE WARNING ABOVE, THIS WILL CAUSE IRREPARABLE DAMAGE TO YOUR SYSTEM IF USED ON AN EXISTING ONE, YOU HAVE BEEN WARNED

About

My dotfiles, managed with gnu-stow

Topics

Resources

Stars

Watchers

Forks

Contributors