These dotfiles are managed using GNU Stow, a symlink farm manager that makes it easy to maintain dotfiles.
-
First, clone this repository:
git clone https://github.com/harrybaines/dotfiles.git ~/dotfiles cd ~/dotfiles
-
Install GNU Stow:
# On Ubuntu/Debian sudo apt install stow # On macOS brew install stow # On Arch Linux sudo pacman -S stow
-
Use Stow to symlink configurations:
# Link all configurations stow */ # Or link specific configurations stow aerospace stow nvim
- GNU Stow
- Git
- Terminal emulator
- Backup your existing configurations before installing these dotfiles
- Some configurations might need additional software to be installed
- Feel free to cherry-pick the configurations you want to use
This project is licensed under the MIT License - see the LICENSE file for details.
⭐ Star this repository if you find it helpful!