Skip to content

My config files for zsh, and vim. Also a script to create dotfile symlinks for new installs.

Notifications You must be signed in to change notification settings

sanderlegit/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

TODO

brew install ripgrep brew install fd

brew install libpq brew link --force libpq

 curl -sL https://istio.io/downloadIstioctl | sh -
brew install zsh-completions

# add to zshrc

chmod -R go-w "$(brew --prefix)/share"

rc

export PATH=$HOME/.istioctl/bin:$PATH
if type brew &>/dev/null; then
  FPATH=$(brew --prefix)/share/zsh-completions:$FPATH

  autoload -Uz compinit
  compinit
fi


About

My config files for zsh, and vim. Also a script to create dotfile symlinks for new installs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published