nerdfont
(currently usingUbuntuMono Nerd Font
)brew
zsh
alacritty
Tmux Plugin Manager
# Set zsh as default shell
chsh -s $(which zsh)
# Installing
brew bundle --file=~/.nexus/dot/brew/Brewfile
# Exporting brew packages
brew bundle dump
# Removing incorrectly generated symlinks 😰
find ~ -maxdepth 1 -lname 'dot_files/*' -exec echo rm {} \;
find ~ -maxdepth 1 -lname 'dot_files/*' -exec rm {} \;
stow -D <dir_name>
# Path - where the symbolic link will be | Value - Source file
New-Item -Path .\.config\wezterm -ItemType SymbolicLink -Value .\dot_files\wezterm\.config\wezterm
Path | Description |
---|---|
VSCode | /C:/Users/cjr_1/AppData/Roaming/Code/User/settings.json |