dotfiles
Before doing anything, make sure you know what you are doing! The settings applied by this repository are very personal and definitely not for everyone. I suggest creating your own set of dotfiles based on this repository.
-
Install brew and stuff and follow the post-installection instructions.
-
Clone this repo to the hidden
.dotfile
directory in your home directory (git
comes with brew).
git clone https://github.com/pawelgrzybek/dotfiles.git ~/.dotfile
- Install brew stuff.
source ~/.dotfiles/setup-brew.sh
- Download your fav apps from App Store or independent websites:
- Capture One Pro (https://www.captureone.com)
- Keynote (App Store)
- Ivory (App Store)
- Numbers (App Store)
- Pages (App Store)
- FoodNoms (App Store)
- Overcast (App Store)
- Reeder (App Store)
-
SSH setup
-
Setup macOS.
source ~/.dotfiles/setup-macos.sh
- Setup symlinks.
source ~/.dotfiles/setup-symlinks.sh
- download node
mkdir ~/.nvm && nvm install node