From 8ceece0b4fe5d397672f9115c8ea363852aa1245 Mon Sep 17 00:00:00 2001 From: Nicholas Houle <181gaming@gmail.com> Date: Thu, 27 Oct 2022 13:54:36 -0700 Subject: [PATCH 1/4] Delete submodule directories --- home/.vim/bundle/readme.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 home/.vim/bundle/readme.md diff --git a/home/.vim/bundle/readme.md b/home/.vim/bundle/readme.md deleted file mode 100644 index e69de29..0000000 From 08a2ae4970191dc89be46d3fa65dfec41a040bea Mon Sep 17 00:00:00 2001 From: Nicholas Houle <181gaming@gmail.com> Date: Thu, 27 Oct 2022 13:59:25 -0700 Subject: [PATCH 2/4] Remove submodules --- .gitmodules | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.gitmodules b/.gitmodules index 87d5450..e69de29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,8 +0,0 @@ -# https://git-scm.com/docs/gitmodules -[submodule "home/.oh-my-zsh"] - path = home/.oh-my-zsh - url = http://github.com/robbyrussell/oh-my-zsh.git -[submodule "home/.vim/bundle/Vundle.vim"] - path = home/.vim/bundle/Vundle.vim - url = https://github.com/VundleVim/Vundle.vim.git - \ No newline at end of file From 8eaaaa81ea675bb4cbd9cbe97186bd319305aacb Mon Sep 17 00:00:00 2001 From: Nicholas Houle <181gaming@gmail.com> Date: Thu, 27 Oct 2022 14:14:52 -0700 Subject: [PATCH 3/4] dotfiles | Add bare minimum for submodules --- .gitmodules | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitmodules b/.gitmodules index e69de29..a44af71 100644 --- a/.gitmodules +++ b/.gitmodules @@ -0,0 +1,7 @@ +# https://git-scm.com/docs/gitmodules +[submodule "home/.oh-my-zsh"] + path = home/.oh-my-zsh + url = http://github.com/robbyrussell/oh-my-zsh.git +[submodule "home/.vim/bundle/Vundle.vim"] + path = home/.vim/bundle/Vundle.vim + url = https://github.com/VundleVim/Vundle.vim.git From 1182fe4040e8a40f8702c22c6d885c64adba8e50 Mon Sep 17 00:00:00 2001 From: Nicholas Houle <181gaming@gmail.com> Date: Thu, 27 Oct 2022 15:32:30 -0700 Subject: [PATCH 4/4] Update spaceship config to show first prefix --- home/.config/spaceship/spaceship.zsh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/home/.config/spaceship/spaceship.zsh b/home/.config/spaceship/spaceship.zsh index fa27263..da3288c 100644 --- a/home/.config/spaceship/spaceship.zsh +++ b/home/.config/spaceship/spaceship.zsh @@ -5,11 +5,12 @@ ## Prompt-level options # https://spaceship-prompt.sh/config/prompt/ +SPACESHIP_PROMPT_FIRST_PREFIX_SHOW=true ## Time SPACESHIP_TIME_SHOW=true -SPACESHIP_TIME_PREFIX="ยท" -SPACESHIP_TIME_SUFFIX="|" +SPACESHIP_TIME_PREFIX="[" +SPACESHIP_TIME_SUFFIX="]" SPACESHIP_TIME_FORMAT='%W %t' SPACESHIP_TIME_COLOR='white'