Skip to content

My home dir - vimrc, gitconfig, bashrc, and other etcetera

Notifications You must be signed in to change notification settings

ddopson/dotfiles

Repository files navigation

Dave Dopson's Dotfiles

Installation

cd
git clone https://github.com/ddopson/dotfiles.git
./dotfiles/setup.sh # symlink dotfiles, making dated backups of existing versions

Customization

~/.gitconfig.local:

[user]
  user = ddopson
  name = Dave Dopson
  email = ddopson@gmail.com

[credential]
  helper = cache

New MacBook Checklist

Add Software:

  • Install Dvorak
  • Install iTerm2.
    • "Appearance=>Show per-pane title bar"=false
    • "Profiles=>Terminal=>Scrollback"=20000
    • "Profiles=>Terminal=>Silence Bell"=true
    • "Profiles=>Session=>Prompt Before Closing"=Always
    • "Pointer=>Focus Follows Mouse"=true
  • Install Spotify
  • Install Divvy - App Store

Map CapsLock => Escape (useful for my Vim bindings):

  • "Keyboard" => "Keyboard Shortcuts..." => "Modifier Keys"

Disable trigger-happy trackpad actions:

  • Trackpad => "Tap to click" = false
  • Trackpad => "More Gestures" tab => "Swipe between pages" = Off

Pushing to Repo

From https://github.com/settings/token, "Generate new token" and create a classic token.

Running git push prompts for username (eg, "ddopson@gmail.com") and password. Provide the secret token as the password.

This caches the token in the repo (maybe?), such that subsequent pushes work.

About

My home dir - vimrc, gitconfig, bashrc, and other etcetera

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published