Dotfiles#
My configuration files, powered by gnu stow.
Setup#
Clone this repo in your home directory.
Note
Install stow command
brew install stow
sudo pacman -S stow
sudo apt install stow
git 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)";
File Structure#
.
├── home # Home directory for all
├── macos # MacOS specific directories
├── windows # Windows specific directories (need to manually symlink)
└── scripts # Helpful scripts
Future Improvements#
- Look into https://www.chezmoi.io