Skip to content

kizza/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Setup

Install nix

sh <(curl -L https://nixos.org/nix/install) --darwin-use-unencrypted-nix-store-volume
nix-shell --run "home-manager switch"

Update

./update

coc-snippets for vim

  • Ensure pip sudo -H python -m ensurepip
  • Update python's neovim python -m pip install --user --upgrade pynvim

Set default shell

sudo bash -c "echo $(which zsh) >> /etc/shells"
chsh -s $(which zsh) $(whoami)

coc-snippets for vim

  • Ensure pip sudo -H python -m ensurepip
  • Update python's neovim python -m pip install --user --upgrade pynvim