Move my custom zshrc config into a better named folder

master
Jonathan Hodgson 5 years ago
parent 6fba1253bb
commit e18e6f77f1
  1. 4
      .gitmodules
  2. 0
      shells/zsh/oh-my-zsh-custom/aliases.zsh
  3. 0
      shells/zsh/oh-my-zsh-custom/completion.zsh
  4. 0
      shells/zsh/oh-my-zsh-custom/functions.zsh
  5. 0
      shells/zsh/oh-my-zsh-custom/globals.zsh
  6. 0
      shells/zsh/oh-my-zsh-custom/plugins/zsh-autosuggestions
  7. 0
      shells/zsh/oh-my-zsh-custom/plugins/zsh-better-npm-completion
  8. 0
      shells/zsh/oh-my-zsh-custom/promptconfig.zsh
  9. 0
      shells/zsh/oh-my-zsh-custom/shortcuts.zsh
  10. 0
      shells/zsh/oh-my-zsh-custom/themes/powerlevel9k/.gitignore
  11. 0
      shells/zsh/oh-my-zsh-custom/themes/powerlevel9k/.gitmodules
  12. 0
      shells/zsh/oh-my-zsh-custom/themes/powerlevel9k/.travis.yml
  13. 0
      shells/zsh/oh-my-zsh-custom/themes/powerlevel9k/CHANGELOG.md
  14. 0
      shells/zsh/oh-my-zsh-custom/themes/powerlevel9k/LICENSE
  15. 0
      shells/zsh/oh-my-zsh-custom/themes/powerlevel9k/README.md
  16. 0
      shells/zsh/oh-my-zsh-custom/themes/powerlevel9k/TESTS.md
  17. 0
      shells/zsh/oh-my-zsh-custom/themes/powerlevel9k/debug/font-issues.zsh
  18. 0
      shells/zsh/oh-my-zsh-custom/themes/powerlevel9k/debug/iterm.zsh
  19. 0
      shells/zsh/oh-my-zsh-custom/themes/powerlevel9k/functions/colors.zsh
  20. 0
      shells/zsh/oh-my-zsh-custom/themes/powerlevel9k/functions/icons.zsh
  21. 0
      shells/zsh/oh-my-zsh-custom/themes/powerlevel9k/functions/utilities.zsh
  22. 0
      shells/zsh/oh-my-zsh-custom/themes/powerlevel9k/functions/vcs.zsh
  23. 0
      shells/zsh/oh-my-zsh-custom/themes/powerlevel9k/powerlevel9k.zsh-theme
  24. 0
      shells/zsh/oh-my-zsh-custom/themes/powerlevel9k/prompt_powerlevel9k_setup
  25. 0
      shells/zsh/oh-my-zsh-custom/themes/powerlevel9k/test-bsd-vm/Vagrantfile
  26. 0
      shells/zsh/oh-my-zsh-custom/themes/powerlevel9k/test-bsd-vm/bootstrap-zero.sh
  27. 0
      shells/zsh/oh-my-zsh-custom/themes/powerlevel9k/test-bsd-vm/bootstrap.sh
  28. 0
      shells/zsh/oh-my-zsh-custom/themes/powerlevel9k/test-vm-providers/plain.sh
  29. 0
      shells/zsh/oh-my-zsh-custom/themes/powerlevel9k/test-vm-providers/setup-environment.sh
  30. 0
      shells/zsh/oh-my-zsh-custom/themes/powerlevel9k/test-vm/README.md
  31. 0
      shells/zsh/oh-my-zsh-custom/themes/powerlevel9k/test-vm/Vagrantfile
  32. 0
      shells/zsh/oh-my-zsh-custom/themes/powerlevel9k/test-vm/antigen.sh
  33. 0
      shells/zsh/oh-my-zsh-custom/themes/powerlevel9k/test-vm/bootstrap.sh
  34. 0
      shells/zsh/oh-my-zsh-custom/themes/powerlevel9k/test-vm/omz.sh
  35. 0
      shells/zsh/oh-my-zsh-custom/themes/powerlevel9k/test-vm/prezto.sh
  36. 0
      shells/zsh/oh-my-zsh-custom/themes/powerlevel9k/test/functions/colors.spec
  37. 0
      shells/zsh/oh-my-zsh-custom/themes/powerlevel9k/test/functions/icons.spec
  38. 0
      shells/zsh/oh-my-zsh-custom/themes/powerlevel9k/test/functions/utilities.spec
  39. 0
      shells/zsh/oh-my-zsh-custom/themes/powerlevel9k/test/powerlevel9k.spec
  40. 0
      shells/zsh/oh-my-zsh-custom/themes/powerlevel9k/test/segments/command_execution_time.spec
  41. 0
      shells/zsh/oh-my-zsh-custom/themes/powerlevel9k/test/segments/dir.spec
  42. 0
      shells/zsh/oh-my-zsh-custom/themes/powerlevel9k/test/segments/go_version.spec
  43. 0
      shells/zsh/oh-my-zsh-custom/themes/powerlevel9k/test/segments/rust_version.spec
  44. 0
      shells/zsh/oh-my-zsh-custom/themes/powerlevel9k/test/segments/vcs.spec
  45. 4
      shells/zsh/zshrc

4
.gitmodules vendored

@ -8,10 +8,10 @@
path = shells/zsh/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
[submodule "shells/zsh/oh-my-zsh/plugins/zsh-autosuggestions"]
path = shells/zsh/oh-my-zsh/plugins/zsh-autosuggestions
path = shells/zsh/oh-my-zsh-custom/plugins/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions
[submodule "shells/zsh/oh-my-zsh/plugins/zsh-better-npm-completion"]
path = shells/zsh/oh-my-zsh/plugins/zsh-better-npm-completion
path = shells/zsh/oh-my-zsh-custom/plugins/zsh-better-npm-completion
url = https://github.com/lukechilds/zsh-better-npm-completion
[submodule "dwm"]
path = NOSTOW/dwm

@ -2,7 +2,7 @@
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH=/home/jonathan/.oh-my-zsh
export ZSH=/home/jonathan/.oh-my-zsh
# Set name of the theme to load. Optionally, if you set this to "random"
# it'll load a random theme each time that oh-my-zsh is loaded.
@ -45,7 +45,7 @@ ZSH_THEME="powerlevel9k/powerlevel9k"
# HIST_STAMPS="dd.mm.yyyy"
# Would you like to use another custom folder than $ZSH/custom?
ZSH_CUSTOM=$HOME/.dotfiles/shells/zsh/oh-my-zsh
ZSH_CUSTOM=$HOME/.dotfiles/shells/zsh/oh-my-zsh-custom
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)

Loading…
Cancel
Save