Skip to content

my configuration files. i've needed to sanitise them and sort them out for a while, so here goes...

Notifications You must be signed in to change notification settings

jakestanley/dotfiles

Repository files navigation

dotfiles

desktop and shell configuration files

setup

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"

setup for zsh

  • 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

edit zsh plugins

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

set up other command line tool configs

  • git: ./scripts/git.sh
  • vim: ./scripts/vim.sh etc etc

set up graphical tool configs

  • sublime: ./scripts/sublime.sh

PATH

you'll probably need to add the following to your zshrc somewhere

export PATH="$PATH:$HOME/.local/bin"

About

my configuration files. i've needed to sanitise them and sort them out for a while, so here goes...

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published