Commit 9454a52f authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Add git-scripts to dotfiles

parent 534c568c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -34,3 +34,6 @@
[submodule ".tmux/tmux-yank"]
	path = .tmux/tmux-yank
	url = https://github.com/tmux-plugins/tmux-yank.git
[submodule ".shell/upstream/git-scripts"]
	path = .shell/upstream/git-scripts
	url = git@code.kodo.org.uk:dom/git-scripts.git
+3 −0
Original line number Diff line number Diff line
@@ -22,6 +22,9 @@ PREFIX=":/usr:/usr/local"

source_each ~/.shell/$(get_platform)/profile ~/.profile_local

# Scripts brought in by dotfiles repo
manage_path PATH ~/.shell/upstream/git-scripts/bin

# Other local bin paths
manage_path PATH ~/.bin check
manage_path PATH ~/bin check
Original line number Diff line number Diff line
Subproject commit 678a030e6c5ae1d5d1f642567c31729c8e905623
+1 −0
Original line number Diff line number Diff line
../../../upstream/git-scripts/zsh/git-supertree.completion.zsh
 No newline at end of file
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@ USE_PROMPT=yes do_update

plugins+=(git django pip python)
plugins+=(virtualenv-auto)
plugins+=(git-supertree)

ZSH_CUSTOM=~/.shell/zsh_custom
ZSH_THEME="kodo"