My personal dotfiles. Mostly zsh,
neovim, tmux,
and VSCode.
Clone the repo:
; git clone git@github.com:sashaweiss/dotfiles $HOME/.filesTo install to somewhere other than $HOME/.files, make sure to adjust $DOTFILES!
Link the appropriate files:
export DOTFILES="$HOME/.files"
./bin/link...and you should be good to go! (Kinda - read on for installing peripherals - without those, some stuff won't work/will look funky/will be unavailable.)
about:config -> browser.tabs.closeWindowWithLastTab = false
I am currently using a custom build of
Iosevka as my default font for coding,
specifically Natasha II.
What's (n)vim without plugins?
; nvim -c "PlugInstall" -c "qa"