My personal dotfiles.
To get started, clone this repository into your home directory:
git clone https://github.com/semiherdogan/dotfiles ~/dotfiles
Then follow the steps below to set up your shell and git configuration.
- Source
bootstrap.shfile into~/.zshrcor~/.bashrcfile.
source ~/dotfiles/bootstrap.sh
- Add this line into
~/.gitconfigfile.
[include]
path = "~/dotfiles/gitconfig"