escrichov / dotfiles

My Personal Dotfiles for MacOSX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

Personal shell dotfiles

Install

Download:

git clone https://github.com/escrichov/dotfiles ~/dotfiles

Run this scripts and then follow the instructions:

cd ~/dotfiles && ./install.sh

Modify your secrets:

cp environment/env_secret_default.sh environment/env_secret.sh

Configure aws credentials:

aws configure

Backup configuration:

backup-conf

Update system:

update

Steps for setup machine

  1. Set the wifi password or connect lan cable.

  2. Setup Lastpass/1Password/Apple Keychain.

  3. Set Apple ID.

  4. Install dropbox.

  5. Git clone .dotfiles and install it.

  6. Setup Chrome with user.

  7. Setup Mail and Calendar.

  8. Install apps that you can not automate. Examples: "Game Maker Studio", ...

About

My Personal Dotfiles for MacOSX

License:MIT License


Languages

Language:Shell 73.2%Language:Python 21.5%Language:Ruby 5.3%