Skip to content

chanjunren/dot

Repository files navigation

Mah bootifoo terminal

🫎 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)

<# Symbolic link#>
New-Item -Path ~\dot_files -ItemType SymbolicLink -Value .\dot_files\

New-Item -Path C:\Users\cjr_1\AppData\Roaming\alacritty -ItemType SymbolicLink -Value C:\Users\cjr_1\dot_files\alacritty\.config\alacritty

🐶 Resources