My personal dotfiles. Mostly zsh
,
neovim
, tmux
,
and VSCode
.
Clone the repo:
; git clone git@github.com:sashaweiss/dotfiles $HOME/.files
To 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.)
I am currently using a custom build of
Iosevka as my default font for coding,
specifically Natasha II
.
I use asdf
as a version manager for node
, python
, and ruby
.
; ./util/asdf/setup_asdf
What's (n)vim
without plugins?
; nvim -c "PlugInstall" -c "qa"