Implementation & Deployment
Installation
# Prerequisites (Arch Linux)
sudo pacman -S stow git zsh neovim tmux
# Clone
git clone https://github.com/EvanusModestus/dotfiles-optimus ~/dotfiles
# Install core modules
cd ~/dotfiles/base
stow zsh nvim git tmux ssh
# Install scripts
cd ~/dotfiles
stow scripts
# Set zsh as default shell
chsh -s $(which zsh)