ericsoco / dotfiles

dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Do this for zsh

  • move contents of .bashrc into .profile (sourced by all POSIX shells, including zsh)
  • replace contents of .bashrc with source ~/.profile
  • manually set up git completion for zsh (unless there's a simpler way...)

Setting up a new compy

  1. Copy bashrc to ~/.bashrc
  2. Copy bash_profile to ~/.bash_profile
  3. Create a new ssh key for GitHub
  4. Install Homebrew
  5. Install subl CLI: ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" /usr/local/bin/subl
  6. Copy git config by editing ~/.gitconfig or via git config --global --edit
  7. Download Sublime and set up per sublime-setup.md

About

dotfiles


Languages

Language:Shell 100.0%