Last active
April 8, 2019 16:18
-
-
Save jukben/7affc9141db839a1e82c8c355a65f962 to your computer and use it in GitHub Desktop.
Example config for GBCK
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"url": "[email protected]:jukben/dotfiles.git", | |
"readme": "README.md", | |
"entities": [ | |
{ | |
"i": "~/.config/fish", | |
"o": ".config/fish", | |
"options": { | |
"noSymlinks": true | |
} | |
}, | |
{ | |
"i": "~/Library/Application Support/Code/User/settings.json", | |
"o": "vscode/settings.json" | |
}, | |
"~/.tmux.conf", | |
"~/.vimrc", | |
["node-global-packages.txt", "npm list -g --depth=0 | awk 'match($0, /\\w*@([0-9]+\\.?)*/) {print $2}'"], | |
["brew-cask.txt", "brew cask list"], | |
["vscode-extensions.txt", "code --list-extensions"] | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment