Skip to content

Instantly share code, notes, and snippets.

@jukben
Last active April 8, 2019 16:18
Show Gist options
  • Save jukben/7affc9141db839a1e82c8c355a65f962 to your computer and use it in GitHub Desktop.
Save jukben/7affc9141db839a1e82c8c355a65f962 to your computer and use it in GitHub Desktop.
Example config for GBCK
{
"url": "git@bitbucket.org: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