zacchg / dotfiles

Personal dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Instructions

  1. Clone the repository

    git clone https://github.com/GITHUB_USERNAME/dotfiles
  2. Switch to the directory

    cd dotfiles
  3. Link files into place

    ln -s "$(pwd -P)"/.zshrc ~/.zshrc
    ln -s "$(pwd -P)"/.vimrc ~/.vimrc
    ln -s "$(pwd -P)"/.gitconfig ~/.gitconfig
    ln -s "$(pwd -P)"/.gitignore_global ~/.gitignore_global
    ln -s "$(pwd -P)"/.tigrc ~/.tigrc
    ln -s "$(pwd -P)"/.gemrc ~/.gemrc
    ln -s "$(pwd -P)"/.irbrc ~/.irbrc
    ln -s "$(pwd -P)"/.npmrc ~/.npmrc
    ln -s "$(pwd -P)"/.psqlrc ~/.psqlrc
  4. Install MacOS packages

    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
    
    brew bundle install --file Brewfile

Config files

.
├── .gemrc
├── .gitconfig
├── .gitignore_global
├── .irbrc
├── .npmrc
├── .psqlrc
├── .tigrc
├── .vimrc
└── .zshrc

About

Personal dotfiles

License:MIT License


Languages

Language:Shell 45.6%Language:Vim Script 35.2%Language:Ruby 14.8%Language:Makefile 4.4%