• Stars
    star
    209
  • Rank 188,325 (Top 4 %)
  • Language
    Shell
  • Created over 9 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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.

  1. Install brew and stuff and follow the post-installection instructions.

  2. 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
  1. Install brew stuff.
source ~/.dotfiles/setup-brew.sh
  1. 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)
  1. SSH setup

  2. Setup macOS.

source ~/.dotfiles/setup-macos.sh
  1. Setup symlinks.
source ~/.dotfiles/setup-symlinks.sh
  1. download node
mkdir ~/.nvm && nvm install node