Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 🌴
- Host: GitHub
- URL: https://github.com/jeromedalbert/dotfiles
- Owner: jeromedalbert
- License: mit
- Created: 2016-07-20T07:05:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-20T17:36:27.000Z (3 months ago)
- Last Synced: 2024-10-20T21:19:51.460Z (3 months ago)
- Language: Vim Script
- Homepage:
- Size: 19.9 MB
- Stars: 48
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.