Skip to content

Dotfiles of an iOS developer. 📱

License

Notifications You must be signed in to change notification settings

hoppsen/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

This repository contains the dotfiles of an iOS developer. 📱

Installation

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.

Using Git

Overwrite your existing dotfiles with the one from this repository:

git clone https://github.com/hoppsen/dotfiles.git ~/.dotfiles
cp ~/.dotfiles/* ~/ 
source ~/.zshrc # to reload your zsh file

To update your dotfiles with the latest changes:

cd ~/.dotfiles/
git pull
cp ~/.dotfiles/* ~/
. ~/.zshrc # a shorter command for reloading

Inspired by:

About

Dotfiles of an iOS developer. 📱

Topics

Resources

License

Stars

Watchers

Forks

Languages