Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 295 Bytes

File metadata and controls

18 lines (15 loc) · 295 Bytes

dotfiles

dotfiles i usually use

mybash

to use this, add the following to your bashrc

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

and then reload the bashrc after every change with

source ~/.bashrc

vimrc & tmux.conf

just throw the file to your home directory