iTerm2 | VS Code |
---|---|
- Install Homebrew
brew install git
git clone https://github.com/thektan/dotfiles.git
. ./setup.sh
- Point iTerm2 preferences file to
$DOTFILES/iterm/
- In iTerm2, import
ktan-one-dark
color preset
- Visit
chrome://flags/#hardware-media-key-handling
in Chrome - Set to
disabled
- Relaunch Chrome
- System Preferences > Keyboard > Shortcuts > App Shortcuts > All Applications
- Add "Paste and Match Style" for
⌘V
These are my tweaked colors to match Atom's One Dark with the git colors. I have the following in the vscode settings.json
.
"workbench.colorCustomizations": {
"editorGutter.addedBackground": "#348f68",
"activityBar.background": "#282c34",
"editorGutter.deletedBackground": "#ac4243",
"gitDecoration.ignoredResourceForeground": "#646572",
"editorGutter.modifiedBackground": "#a59167",
"diffEditor.insertedTextBackground": "#2d4d3f",
"diffEditor.removedTextBackground": "#4d3232",
"editorOverviewRuler.addedForeground": "#348f68",
"editorOverviewRuler.deletedForeground": "#ac4243",
"editorOverviewRuler.modifiedForeground": "#a59167",
"sideBar.foreground": "#a0a5b1"
}
- Create an
.extras
file in the root directory of this repo for any aliases/functions unique to the current workspace. This file is ignored from git.
Places I've referenced while creating my dotfiles.
- https://github.com/mathiasbynens/dotfiles
- https://github.com/paulirish/dotfiles
- https://github.com/holman/dotfiles
Color echo
: