desktop and shell configuration files
Install oh-my-zsh
make sure DOTFILES
and ZSH_CUSTOM
are set and exported
add DOTFILES
somewhere near the top of your zshrc
or profile
or whatever
and ZSH_CUSTOM
at the bottom
export DOTFILES="$HOME/git/github.com/jakestanley/dotfiles"
...
export ZSH_CUSTOM="$ZSH_CUSTOM"
- requires oh-my-zsh to be installed
ln -s $HOME/git/github.com/jakestanley/dotfiles/aliases.sh $ZSH_CUSTOM/aliases.zsh
ln -s $HOME/git/github.com/jakestanley/dotfiles/zsh/custom/functions.zsh $ZSH_CUSTOM/functions.zsh
I usually use
git screen tmux docker pip rsync mvn aws nvm npm docker-compose
and depending on the platform, some of
archlinux systemd osx
- git:
./scripts/git.sh
- vim:
./scripts/vim.sh
etc etc
- sublime:
./scripts/sublime.sh
you'll probably need to add the following to your zshrc somewhere
export PATH="$PATH:$HOME/.local/bin"