ratzo / dotfiles

Magical objects that make certain computers extremely use-able for me.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ratzo's Dotfiles

This is a collection of dotfiles and scripts I use for customizing MacOS to my liking and setting up the software development tools I use on a day-to-day basis.

This script installs and configure Zsh shell based on Jilles Soeters' Badassify Your Shell configuration.

  • Checks if Xcode command line tools are installed
  • Installs Homebrew
  • Installs Zsh
  • Installs Oh-my-zsh
  • Installs Firecode fonts
  • Synchronize the dot files into your home directory

Remote install using curl

sh -c "`curl -fsSL https://raw.githubusercontent.com/ratzo/dotfiles/master/bootstrap.sh`"

MacOS Defaults

My favorite part of this repo is the osx script for MacOS.

License

The code is available under the MIT license.

About

Magical objects that make certain computers extremely use-able for me.

License:MIT License


Languages

Language:Shell 98.6%Language:Vim Script 1.4%