jeanetienne / dotfiles

Files only intended for personal use.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Set of scripts to setup a Mac.

Setting up a computer

  1. Install macOS

  2. Create main account

  3. Download Xcode (from Mac App Store or directly from Apple Developer's page).

  4. Expand the .xip archive with xip -x Xcode.xip (more instructions)

  5. Download a zip of this repo, open Terminal.app and navigate to the folder. Then type:

    ./deploy.sh
    

    Alternatively, type the following in Terminal:

    curl -LOk https://github.com/jeanetienne/dotfiles/archive/master.zip; unzip master.zip; cd dotfiles-master/; ./deploy.sh
    

    It should work.

About

Files only intended for personal use.


Languages

Language:Shell 82.8%Language:Lua 12.6%Language:Ruby 4.6%