| iTerm2 | VS Code |
|---|---|
![]() |
![]() |
- Install Homebrew
brew install gitgit clone https://github.com/thektan/dotfiles.git. ./setup.sh- Point iTerm2 preferences file to
$DOTFILES/iterm/ - In iTerm2, import
ktan-one-darkcolor preset
- Visit
chrome://flags/#hardware-media-key-handlingin 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
.extrasfile 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:


