Skip to content

smridge/dotfiles

Repository files navigation

GitHub

Basics

Install Brew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

Set Bash as Default

Download/Install Necessities

git clone [email protected]:smridge/dotfiles.git
cd dotfiles
bash ./install.sh

Install vim-plug

curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

Make and Copy .vimrc for Plugins

$ vim
:PlugInstall

Install Chrome Extensions

Other

  • Setup .dotfiles

Tool References

VS Code Keybindings

Custom

  • Redo: command Y
  • Delete Current Line or Selected Lines: command D D
  • Delete everything Left of Cursor for current line: command D L
  • Delete everything Right of Cursor for current line: command D R
  • Copy Relative Path: command K P
  • Highlight Current Word and grow: command H
  • Add Cursor to Next Match: shift command down
  • Cursor Word Start Right (Next): shift option E
  • Cursor Word Start Left (Back): option A
  • Copy and Paste current line/selection below: option Y P
  • Open settings.json: option J
  • Inspect Language Definition/TextMate Scope: option T

Default

  • Go to File: command P
  • Copy Full Path: command option P
  • Cursor Start of Line: control A
  • Cursor End of Line: control E
  • Transform Upcase: command K U
  • Transform downcase: command K L
  • Select Line: command L

Troubleshooting

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published