This directory contains the dotfiles for my system
Ensure you have the following installed:
sudo apt update
sudo apt-get install git
sudo apt-get install stow
sudo apt install zsh
curl -sSfL https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh | sh # https://github.com/ajeetdsouza/zoxide
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" # https://github.com/ohmyzsh/ohmyzshFirst, clone the repo:
git clone git@github.com:ArcaneIRE/dotfiles.git
cd dotfilesthen use GNU stow to create symlinks:
stow .You may get an error if config files already exist in the destination. If this happens:
- Check them for any settings you may wish to keep. (Can use
git diff --no-index ~/.file_1 ./.file_2to compare) mvthem to<.dotfile>.bak- Run
stow .again
Made using this video: Dreams of Autonomy - Stow has forever changed the way I manage my dotfiles