Home

Awesome

Carlos Cuesta dotfiles.

dotfiles-jetpack

Carlos Cuesta's personal dotfiles, that contains all the OS X sensible defaults that I use, must have software and packages, and of course my .files for my OS X system.

Setup / Demo / Customization / Homebrew / Functionality

Setup

I’ve made a script to make the setup process easy.

Copy this command into the terminal, and the setup will start.

git clone https://github.com/carloscuesta/dotfiles && cd dotfiles && ./setup.sh

And that’s all! :thumbsup:

The setup process will :

The dotfiles will be stored on a folder called ~/.dotfiles/ in your home directory, except for the zsh files that will be at ~/ and the Oh-My-Zsh themes on ~/.oh-my-zsh/themes/.

Once the installation process finishes, you will be asked for a restart, some changes may require a restart to apply it.

Demo

dotfiles

Customization

You can customize this setup in two ways, the appearance and the functional parts.

Appearance

To customize the visual part of the terminal. You will need to install a theme. An iTerm theme has been provided.

I use a theme called materialshell.

iTerm2

If you want to change the iTerm’s 2 theme, go to iTerm Preferences > Profiles > + (Create a new profile) > Colors > Load Presets > Import > (Select the theme).

Set as default the profile with the theme you like selecting it and going to Profiles > Other Actions ... > Set as default.

OS X Terminal

If you want to change OS X Terminal theme, go to Terminal Preferences > Gear Icon > Import.

Set as default the profile with the theme you like selecting it and clicking on Default button.

Homebrew (brew)

The dotfiles script will ask to install the following packages and software:

Developer

OSX Software

Functionality

You can change the functionality of every single file included in my dotfiles repo. Going to the ~/.dotfiles/ folder and editing the .files.

Acknowledgements

Inspiration and code was taken from many sources, including:

License

The code is available under the MIT license.