hugofcampos / dotfiles

:gem: My precious dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My precious .dotfiles 💎

Dotfiles

My Terminal Colors

Typeface

I use the open typeface Hack

OSX defaults

To configurate a new Mac with my default settings

$ source osx.sh

Vim, Bash

To config my Vim and Bash settings just run the install.sh

It will:

  • ask for your git user and email to configurate using git config --global
  • install Homebrew if you don't have
  • copy the dot (.) files to your home path
    • .aliases
    • .bash_profile
    • .bash_prompt
    • .bashrc
    • .exports
    • .gitconfig
    • .gitignore
    • .screenrc
    • .vim
    • .vimrc
  • install the Vim plugins using Vundle

Just run:

$ source install.sh

Homebrew

To install all my commandline apps using homebrew

$ source brew.sh

Homebrew Cask

To install all my apps using Homebrew Cask

$ source cask.sh

NPM

To install the NPM global modules

$ source npm.sh

Terminal Colors

The file my.terminal has the color settigns to use in the Mac's Terminal app

In terminal app go to Preferences > Import and choose the file to import. After that set it as default

Author

twitter/vitorleal
Vitor Leal

About

:gem: My precious dotfiles


Languages

Language:Shell 82.7%Language:Vim Script 15.5%Language:Python 1.7%