Commit b8914f261a3f173eb7419c44b34dfd691f1c29b5

Authored by mj
1 parent 67db6b2b42
Exists in master and in 2 other branches 02-merge, dev

IMP templates/zshrc: more suitable for installations everywhere

Showing 1 changed file with 17 additions and 16 deletions Side-by-side Diff

1 1 # ENVIRONMENT:
2 2 export GJ_DEVENV=local_aptproxy
3 3  
  4 +export ZCFG=~/.config/zsh-config
4 5 # Path to your oh-my-zsh installation.
5   -export ZSH=~/.config/oh-my-zsh
  6 +export ZSH=$ZCFG/tools/oh-my-zsh
6 7  
7 8 # Set name of the theme to load.
8 9 # Look in ~/.oh-my-zsh/themes/
... ... @@ -66,7 +67,7 @@ export LANG=en_US.UTF-8
66 67 #
67 68 # ANTIGEN:
68 69 #
69   -source $ZSH_CUSTOM/tools/antigen/antigen.zsh
  70 +source $ZCFG/tools/antigen/antigen.zsh
70 71  
71 72 # MUST:
72 73 antigen bundle autoenv
... ... @@ -81,30 +82,30 @@ antigen bundle history-substring-search
81 82 antigen bundle iwhois
82 83 antigen bundle per-directory-history
83 84 antigen bundle screen
84   -antigen bundle ssh-agent
85 85 antigen bundle systemadmin
86   -antigen bundle z
87 86 antigen bundle zsh_reload
88 87 # /MUST
89 88  
90 89 # NICE:
91   -antigen bundle screen
92   -antigen bundle ssh-agent
93   -antigen bundle web-search
  90 +#antigen bundle ssh-agent
  91 +#antigen bundle web-search
94 92 # # if webdev:
95   -# antigen bundle catimg
  93 +#antigen bundle catimg
  94 +
  95 +# makes trouble:
  96 +#antigen bundle z
96 97  
97 98 # docker:
98   -antigen bundle docker
  99 +#antigen bundle docker
99 100  
100 101 # python:
101   -antigen bundle pip
102   -antigen bundle python
103   -antigen bundle virtualenv
104   -antigen bundle virtualenvwrapper
  102 +#antigen bundle pip
  103 +#antigen bundle python
  104 +#antigen bundle virtualenv
  105 +#antigen bundle virtualenvwrapper
105 106  
106 107 # kde:
107   -antigen bundle kate
  108 +#antigen bundle kate
108 109  
109 110 #
110 111 # THEME #----------
... ... @@ -114,8 +115,8 @@ antigen theme muse
114 115 antigen apply
115 116  
116 117 # ssh
117   -export SSH_KEY_PATH="~/.ssh/id_rsa"
118   -zstyle :omz:plugins:ssh-agent agent-forwarding on
  118 +# export SSH_KEY_PATH="~/.ssh/id_rsa"
  119 +# zstyle :omz:plugins:ssh-agent agent-forwarding on
119 120  
120 121 # Preferred editor for local and remote sessions
121 122 # if [[ -n $SSH_CONNECTION ]]; then