try multi users
This commit is contained in:
parent
11d73cef87
commit
c1484b5312
3 changed files with 24 additions and 24 deletions
14
hybris.plugins
Normal file
14
hybris.plugins
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Bearstech configuration
|
||||
zgen load hybris42/zsh bearstech.zsh
|
||||
|
||||
# specify plugins here
|
||||
zgen oh-my-zsh
|
||||
zgen oh-my-zsh plugins/colored-man-pages
|
||||
zgen oh-my-zsh plugins/colorize
|
||||
zgen oh-my-zsh plugins/extract
|
||||
zgen oh-my-zsh plugins/git
|
||||
zgen oh-my-zsh plugins/jump
|
||||
zgen oh-my-zsh plugins/keychain
|
||||
zgen oh-my-zsh plugins/rsync
|
||||
zgen oh-my-zsh plugins/systemadmin
|
||||
zgen oh-my-zsh plugins/z
|
||||
|
|
@ -1,3 +1,8 @@
|
|||
# keychain
|
||||
zstyle :omz:plugins:keychain agents gpg,ssh
|
||||
zstyle :omz:plugins:keychain identities id_rsa D79CA887
|
||||
zstyle :omz:plugins:keychain options --quiet
|
||||
|
||||
# bip at command end, resize font
|
||||
function precmd() {
|
||||
echo -n -e "\a"
|
||||
|
|
|
|||
29
zshrc
29
zshrc
|
|
@ -1,11 +1,3 @@
|
|||
######################
|
||||
# Some configuration #
|
||||
######################
|
||||
# keychain
|
||||
zstyle :omz:plugins:keychain agents gpg,ssh
|
||||
zstyle :omz:plugins:keychain identities id_rsa D79CA887
|
||||
zstyle :omz:plugins:keychain options --quiet
|
||||
|
||||
#############
|
||||
# Load zgen #
|
||||
#############
|
||||
|
|
@ -15,23 +7,12 @@ source "${HOME}/.zgen/zgen.zsh"
|
|||
# Plugins and configuration generator #
|
||||
#######################################
|
||||
if ! zgen saved; then
|
||||
# Personnal configuration
|
||||
zgen load hybris42/zsh ${USER}.zsh
|
||||
zgen load hybris42/zsh ${USER}.theme
|
||||
|
||||
# specify plugins here
|
||||
zgen oh-my-zsh
|
||||
zgen oh-my-zsh plugins/colored-man-pages
|
||||
zgen oh-my-zsh plugins/colorize
|
||||
zgen oh-my-zsh plugins/extract
|
||||
zgen oh-my-zsh plugins/git
|
||||
zgen oh-my-zsh plugins/jump
|
||||
zgen oh-my-zsh plugins/keychain
|
||||
zgen oh-my-zsh plugins/rsync
|
||||
zgen oh-my-zsh plugins/systemadmin
|
||||
zgen oh-my-zsh plugins/z
|
||||
|
||||
# personnal configuration
|
||||
zgen load hybris42/zsh hybris.zsh
|
||||
zgen load hybris42/zsh bearstech.zsh
|
||||
zgen load hybris42/zsh hybris.theme
|
||||
# Personnal plugins
|
||||
source ${HOME}/.zgen/hybris42/zsh-master/hybris.plugins
|
||||
|
||||
# generate the init script from plugins above
|
||||
zgen save
|
||||
|
|
|
|||
Loading…
Reference in a new issue