This repo is a collection of my dotfiles. Feel free to steal any part of it.
-
Clone the repo into your ~/.dotfiles
-
Run these command from your home dir or automate the step in any way you want.
ln -s ~/.dotfiles/bash_profile .bash_profile ln -s ~/.dotfiles/bashrc .bashrc (optional, linux host) ln -s ~/.dotfiles/gitconfig .gitconfig ln -s ~/.dotfiles/gitignore_global .gitignore_global ln -s ~/.dotfiles/inputrc .inputrc sudo locale-gen tr_TR.UTF-8
-
Done!