dotfiles
dotfiles copied to clipboard
Jerome's dotfiles for macOS 🌴
Jerome's dotfiles
-
Install XCode.
-
Clone the repo:
git clone [email protected]:jeromedalbert/dotfiles.git ~/.dotfiles -
Symlink the dotfiles:
setopt extended_glob for file in ~/.dotfiles/.^(git|gitmodules|.gitignore); do ln -sf $file ~/${file:t} done -
Install Homebrew and run the scripts in
~/.scripts.