Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 515 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 515 Bytes

Setup

git clone --recurse-submodules [email protected]:quot/configs.git tempConfig \
&& mv ./tempConfig/* ./tempConfig/.git* ~/.config/ \
&& rm -rf ./tempConfig \
&& ln -s ~/.config/zsh/zshrc ~/.zshrc

Git

if [ -f ~/.gitconfig ]; then mv ~/.gitconfig ~/.gitconfig.BAK; fi && cd ~/.config && git submodule update --init --recursive && ln -s ~/.config/git/global.gitconfig ~/.gitconfig

Prereqs

Wezterm

brew tap homebrew/cask-fonts && brew install --cask font-monaspace font-hack-nerd-font