galvanic / dotfiles

My dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.dotfiles

Use stow for dotfiles management:

$ pacman -S stow

On new machine:

cd $HOME
git clone https://github.com/galvanic/dotfiles
cd dotfiles
yay -S oh-my-zsh-git

In order:

stow urxvt
stow git
stow vim
stow shell ## needs oh-my-zsh install
stow zsh
stow i3
chsh -s `which zsh`

TODO put virtualenv configs into dotfiles (eg. postactivate, postdeactivate, etc.)

About

My dotfiles


Languages

Language:CSS 50.9%Language:Vim Script 33.9%Language:JavaScript 7.0%Language:Python 5.3%Language:Shell 2.6%Language:Jupyter Notebook 0.2%Language:Erlang 0.1%Language:Vim Snippet 0.0%