Goodbye oh-my-zsh
This commit is contained in:
parent
ad2b68290a
commit
6544b3963d
5 changed files with 24 additions and 18 deletions
|
@ -1,10 +1,6 @@
|
|||
git clone https://github.com/popstas/zsh-command-time.git ~/.oh-my-zsh/custom/plugins/command-time
|
||||
export ZSH=$HOME/.oh-my-zsh
|
||||
ZSH_THEME="agnoster"
|
||||
CASE_SENSITIVE="true"
|
||||
ENABLE_CORRECTION="true"
|
||||
plugins=(git kube-ps1 command-time zsh-autosuggestions zsh-syntax-highlighting)
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
export DEFAULT_USER=$LOGNAME
|
||||
source ~/.dotfiles/zsh/abbr_pwd
|
||||
prompt_dir() {
|
||||
|
|
12
legacy/oh-my-zsh.init
Normal file
12
legacy/oh-my-zsh.init
Normal file
|
@ -0,0 +1,12 @@
|
|||
git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
|
||||
git clone https://github.com/zsh-users/zsh-autosuggestions.git ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions
|
||||
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting
|
||||
export ZSH=$HOME/.oh-my-zsh
|
||||
CASE_SENSITIVE="true"
|
||||
ENABLE_CORRECTION="true"
|
||||
plugins=(git zsh-autosuggestions zsh-syntax-highlighting)
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
#optional
|
||||
git clone --recursive https://github.com/mengelbrecht/slimline.git ~/.oh-my-zsh/custom/themes/slimline
|
||||
source ~/.oh-my-zsh/custom/themes/slimline/slimline.zsh
|
Loading…
Add table
Add a link
Reference in a new issue