Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 215 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 215 Bytes

dotfiles

dotfiles i usually use

mybash

to use this, add the following to your bashrc

if [ -f ~/.mybash ]; then
    . ~/.mybash
fi

vimrc & tmux.conf

just throw the file to your home directory