Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.08 KB

README.md

File metadata and controls

49 lines (32 loc) · 1.08 KB

sasha's .files

My personal dotfiles. Mostly zsh, neovim, tmux, and VSCode.

Download and install

Clone the repo:

; git clone [email protected]: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.)

Installing peripherals

Fonts

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

Vim plugins

What's (n)vim without plugins?

; nvim -c "PlugInstall" -c "qa"