Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 1.23 KB

README.md

File metadata and controls

43 lines (36 loc) · 1.23 KB

02112024 18122023

🫎 Prerequisites

  • nerdfont (currently using UbuntuMono Nerd Font)
  • brew
  • zsh
  • alacritty
  • Tmux Plugin Manager

🐭 Commands dump

Mac

# 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>

Windows (Powershell)

# Path - where the symbolic link will be | Value - Source file
New-Item -Path .\.config\wezterm -ItemType SymbolicLink -Value .\dot_files\wezterm\.config\wezterm

Paths

Path Description
VSCode /C:/Users/cjr_1/AppData/Roaming/Code/User/settings.json

🐶 Resources