Commands for setting up the links to the config files
ln -s ~/dotfiles/aerospace/aerospace.toml ~/.config/aerospace/aerospace.toml
ln -s ~/dotfiles/alacritty ~/.config/alacritty
ln -s ~/dotfiles/shell/aliases.sh ~/.shell/aliases.sh
ln -s ~/dotfiles/nvim ~/.config/nvim
ln -s ~/dotfiles/starship/starship.toml ~/.config/starship.toml
ln -s ~/dotfiles/tmux/tmux.conf ~/.tmux.conf
sudo npm install -g diff-so-fancy
git config --global core.pager "diff-so-fancy | less --tabs=4 -RFX"