swcool / dotfiles

Customizing system environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Customizing system environment

License:MIT License


Languages

Language:Vim Script 53.1%Language:Shell 29.3%Language:Vim Snippet 16.8%Language:Ruby 0.8%