This repository contains the dotfiles of an iOS developer. 📱
Personally, I use this repository as a submodule of my macOS setup routine.
⚠️ WARNING! The following installation commands will overwrite your existing dotfiles in your home directory! Don't use them blindly unless you know what that entails. I would suggest to review the code, maybe even fork and adapt to your own needs. But definitely backup your existing files before installing.
git clone https://github.com/hoppsen/dotfiles.git ~/.dotfiles
cp ~/.dotfiles/* ~/
source ~/.zshrc # to reload your zsh file
cd ~/.dotfiles/
git pull
cp ~/.dotfiles/* ~/
. ~/.zshrc # a shorter command for reloading
- dotfiles - Your unofficial guide to dotfiles on GitHub.
- Felix Krause and his dotfiles repository
- Kevin Pabst and his dotfiles repository
- Mathias Bynens and his dotfiles repository
- tutsplus tutorial on how to get started with dotfiles