felipefrizzo / dotfiles

My dotfiles and OsX settings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Felipe Frizzo's dotfiles for OSx

This repository include all of my custom dotfiles.

This include the following step.

  • install xcode-cli
  • install homebrew
  • install all applications from homebrew
  • install atom plugins
  • install external softwares
  • run set OsX system defaults
  • run set user defaults
  • copy bash configurations to home user folder
  • install latest updates from app store
  • configure Dock with the applications

Installation

Download

mkdir dotfiles
cd dotfiles
curl -#L http://github.com/felipefrizzo/dotfiles/tarball/master | tar -xvz --strip-components 1
chmod +x *.sh
sh setup.sh
cd ..
rm -rf dotfiles

About

My dotfiles and OsX settings

License:GNU General Public License v2.0


Languages

Language:Shell 88.7%Language:Python 6.5%Language:Ruby 3.1%Language:Vim Script 1.6%