Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.71 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.71 KB

Dotfiles

This repository includes all of my custom dotfiles. The system enviornment is MAC OS. They should be cloned to your home Projects directory so that the path is ~/Projects/dotfiles/. The included setup script creates symlinks from your home directory to the files which are located in ~/Projects/dotfiles/.

Installation

  1. Backup your home original dotfiles if you need.

  2. Get the repository whereever you want. I like to keep in ~/Projects/dotfiles

    git clone https://github.com/swcool/dotfiles.git

  3. Using homebrew to install apps such as zsh, tmux, git, and vim

    cd dotfiles; setup/homebrew.sh

  4. Symlink to dotfiles to home directory as ~/.*

    setup/create_symlink.sh

  5. Start using your dotfiles' apps

  6. Install Iterm2 for Mac on https://iterm2.com/downloads.html Reference

Repository Structure

  • bin/ - Utility executable scripts, should be copy to ~/bin/
  • git/ - Git related dotfiles and other configuration files.
  • setup/ - Installation files for dotfiles' apps
  • tmux/ - Tmux related dotfiles.
  • vim/ - Vim related dotfiles and other configuration files.
  • zsh/ - ZSH related dotfiles, aliases and other files.

Awesome Dotfiles