My configuration files, powered by gnu stow.
Clone this repo in your home directory.
Note
Install stow command
brew install stow
sudo pacman -S stow
sudo apt install stowgit submodule update --init --recursive;
stow home
# On macos only
stow macos# Change shell
which fish | sudo tee -a /etc/shells >/dev/null;
chsh -s "$(which fish)";.
├── home # Home directory for all
├── macos # MacOS specific directories
├── windows # Windows specific directories (need to manually symlink)
└── scripts # Helpful scripts- Look into https://www.chezmoi.io