NOTE: This dotfiles repo is managed by GNU stow.
- Terminal Emulator - WezTerm
- Terminal Multiplexer - Tmux
- Shell - Zsh
- Shell Prompt - Starship
- Command-line System Info - Fastfetch
- Text Editor - Neovim
- Install GNU stow
# MacOS (using homebrew package manager)
brew install stow- Clone this repo into your home directory
Backup your
dotfilesfolder first if you have one. (mv ~/dotfiles ~/dotfiles.bk)
git clone https://github.com/Al3bad/dotfiles.git-
Backup any config files that might be overwritten by
stow. -
Navigate to the cloned repo
cd dotfiles- Put config files into your system using
stow.
stow wezterm tmux zsh fastfetch neovim
