-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
Moves config management over to YADM
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,3 +82,5 @@ schemes: | |
white: '#ffffff' | ||
|
||
colors: *dracula | ||
|
||
# vim:ft=yaml |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[user] | ||
name = Seth Gower | ||
email = [email protected] | ||
|
||
# vim:ft=gitconfig |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[user] | ||
name = Seth Gower | ||
email = [email protected] | ||
# vim:ft=gitconfig |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
[submodule "zsh/.oh-my-zsh"] | ||
path = zsh/.oh-my-zsh | ||
url = https://github.com/robbyrussell/oh-my-zsh.git | ||
[submodule "zsh/.custom_omz/plugins/zsh-syntax-highlighting"] | ||
path = zsh/.custom_omz/plugins/zsh-syntax-highlighting | ||
url = https://github.com/zsh-users/zsh-syntax-highlighting.git | ||
[submodule "zsh/.custom_omz/plugins/zsh-autosuggestions"] | ||
path = zsh/.custom_omz/plugins/zsh-autosuggestions | ||
url = https://github.com/zsh-users/zsh-autosuggestions.git | ||
[submodule "zsh/.custom_omz/plugins/zsh-autopair"] | ||
path = zsh/.custom_omz/plugins/zsh-autopair | ||
[submodule ".custom_omz/plugins/zsh-autopair"] | ||
path = .custom_omz/plugins/zsh-autopair | ||
url = https://github.com/hlissner/zsh-autopair.git | ||
[submodule ".custom_omz/plugins/zsh-autosuggestions"] | ||
path = .custom_omz/plugins/zsh-autosuggestions | ||
url = https://github.com/zsh-users/zsh-autosuggestions.git | ||
[submodule ".custom_omz/plugins/zsh-syntax-highlighting"] | ||
path = .custom_omz/plugins/zsh-syntax-highlighting | ||
url = https://github.com/zsh-users/zsh-syntax-highlighting.git | ||
[submodule ".oh-my-zsh"] | ||
path = .oh-my-zsh | ||
url = https://github.com/ohmyzsh/ohmyzsh.git |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.