My dotfiles

Git configuration

Via curl
curl https://raw.githubusercontent.com/prianichnikov/config/master/git/.gitconfig -o ~/.gitconfig

or wget
wget https://raw.githubusercontent.com/prianichnikov/config/master/git/.gitconfig -O ~/.gitconfig

Tmux configuration

Via curl
curl https://raw.githubusercontent.com/prianichnikov/config/master/tmux/.tmux.conf -o ~/.tmux.conf

or wget
wget https://raw.githubusercontent.com/prianichnikov/config/master/tmux/.tmux.conf -O ~/.tmux.conf

Add alias to the ~/.bashrc file
alias tm='tmux attach || tmux new'