Skip to content

SongGithub/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Why you need this

  • Setup a new Mac with exactly same familiar settings in one go.
  • Keep installed software up to date.
  • Ease of maintain your dotfiles: this even adopts programming concept of separate-of-concern

What is this about:

Just a bunch of dotfiles

  • zsh
  • vim
  • homebrew
  • aliases
  • ...

Getting started

  • install iTerm2 and follow this doc to customise.
  • Clone source code git clone git@github.com:songgithub/dotfiles.git ~/.dotfiles
  • Run setup script ./bootstrap.zsh

when you need to add a new RC file

  • put the *_rc file into rc_files dir
  • cd into ~/.dotfiles, and run ~/bootstrap.zsh in order to create a symlink for the new file.

Assumptions:

  • you are using a Mac ( having curl preinstalled ). Skip Mac specific steps if on a Linux.
  • you have installed Sublime Text 3.

Reference

Gus's dotfile