Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 453 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 453 Bytes

Dotfiles and settings

A collection of dotfiles, settings, and configurations.

  • aliases
  • bash
  • emacs
  • gitconfig
  • tmux
  • vim

Setup:

  1. Go to home dir: cd ~
  2. Clone repo: git clone https://github.com/williamgrimes/.dotfiles.git
  3. Make script executable using chmod +x ~/.dotfiles/symlink_setup.sh
  4. Run script to create symbolic links:
  • bash ~/.dotfiles/symlink_setup.sh --local, or
  • bash ~/.dotfiles/symlink_setup.sh --remote