1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2025-11-27 14:45:50 +00:00

Add vim-notes; Fish: function to reset submodules

This commit is contained in:
Phantop 2019-02-18 21:25:08 -05:00
parent e03f6bebc5
commit e977705cb5
11 changed files with 23 additions and 7 deletions

View file

@ -0,0 +1,8 @@
# Defined in /tmp/fish.XTFPQZ/motherfuckgit.fish @ line 1
function motherfuckgit
g clean -xfd
g submodule foreach --recursive git clean -xfd
g reset --hard
g submodule foreach --recursive git reset --hard
g submodule update --init --recursive
end

@ -1 +1 @@
Subproject commit 926ad47a49d74c910c610d4a9cedd5c4838d679d
Subproject commit fefc093e707716da755ca2c326f852495f1b56fb

@ -1 +1 @@
Subproject commit c779cc48d1b390b455fb19e4a439ca9cd605cc6e
Subproject commit 7006b428e6b717793e9e323dbc51618f231e13ad

@ -1 +1 @@
Subproject commit 8cc154d4b0cf28f73815050b9782e6ac5a4d733d
Subproject commit f4d2b301b71ccb1b5a7742f63638828073424dc1

@ -1 +1 @@
Subproject commit 8c33bdfc26b48de47604a1eeff3dd3ce983b9c07
Subproject commit a489c6e1d3fc265242fabfd171021b0ea02dacf8

@ -1 +1 @@
Subproject commit fd834e48eed21cc3c3ab66779a2296a16f41cbca
Subproject commit 3ce2a4be25429e8f1e8f699601ec5f1c8879c574

@ -0,0 +1 @@
Subproject commit f1ab2c565120c6b06c915d876fbe018127e1160f

@ -0,0 +1 @@
Subproject commit 895a407d829ddf73c89a131c71ddd81b38fd5ebc

@ -1 +1 @@
Subproject commit 7f46e82fc7e343be84df6c06bec63dd6494b6712
Subproject commit 8db5a732eff08c796de188a52e7af66b99a8b9f2

@ -1 +1 @@
Subproject commit ed655d5e1c3bc4c794bae719acbcdd79733a6bcd
Subproject commit 9c5680cd0b94bea9245f79463f52c7c9c6595ffd

6
.gitmodules vendored
View file

@ -64,3 +64,9 @@
[submodule ".local/share/qutebrowser/greasemonkey/Iridium"]
path = .local/share/qutebrowser/greasemonkey/Iridium
url = https://github.com/ParticleCore/Iridium.git
[submodule ".config/nvim/bundle/vim-notes"]
path = .config/nvim/bundle/vim-notes
url = https://github.com/pedrosans/vim-notes.git
[submodule ".config/nvim/bundle/vim-misc"]
path = .config/nvim/bundle/vim-misc
url = https://github.com/pedrosans/vim-misc.git