Skip to content

jackchuka/dotfiles

Repository files navigation

dotfiles without a single dot

A super lazy programmer's dotfiles, although it's more like a setup script for Mac OS enviroment.

Features

  • Installs brew packages via Brewfile
  • Installs AppStore apps via masfile
  • Downloads zsh and prezto
  • Sets .gitconfig and .gitignore_global
  • Creates directories in directories

Get Started

$ git clone https://github.com/jackchuka/dotfiles.git
$ cd dotfiles && chmod 755 install.sh
$ make install

Available Commands

all                            Run all setup
help                           Show this help
install                        Run intractive installer
list                           List all options available

Install Options

When you run make install, prompt will ask you to select what script to run.

xcode

Installs Xcode Command Line Tools

Installs brew itself and packages specified in Brewfile

directories

Creates directories in directories file

gitconfig

Creates symlinks to $HOME directory

  • gitconfig -> $HOME/.gitconfig
  • gitignore_global -> $HOME/.gitignore_global

Install mas packages specified in masfile

zsh

Install zsh and set default shell to zsh

It will also source myzshrc in .zshrc

Downloads prezto and updates zpreztorc

About

dotfiles without a single dot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published