Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeromedalbert/dotfiles

Jerome's dotfiles for macOS 🌴
https://github.com/jeromedalbert/dotfiles

Last synced: about 2 months ago
JSON representation

Jerome's dotfiles for macOS 🌴

Awesome Lists containing this project

README

        

# Jerome's dotfiles

1. Install [XCode](https://apps.apple.com/gb/app/xcode/id497799835).

1. Clone the repo:

```
git clone [email protected]:jeromedalbert/dotfiles.git ~/.dotfiles
```

1. Symlink the dotfiles:

```
setopt extended_glob
for file in ~/.dotfiles/.^(git|gitmodules|.gitignore); do
ln -sf $file ~/${file:t}
done
```

1. Install [Homebrew](http://brew.sh/) and run the scripts in `~/.scripts`.