Skip to content

Instantly share code, notes, and snippets.

@deigote
Created May 19, 2014 17:18
Show Gist options
  • Save deigote/11dc7341b0bdd915d240 to your computer and use it in GitHub Desktop.
Save deigote/11dc7341b0bdd915d240 to your computer and use it in GitHub Desktop.
Adding fish-modules as a submodule of your fish config repo
cd $HOME/.config/fish
git submodule add git@github.com:deigote/fish-modules.git fish-modules
git ci fish-modules .gitmodules -m 'Added fish-modules as a submodule for convenience'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment