init dotefiles folder
This commit is contained in:
commit
baa48edbe6
46 changed files with 5664 additions and 0 deletions
17
.zshrc
Normal file
17
.zshrc
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
export ZSH="$HOME/.oh-my-zsh"
|
||||
|
||||
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
|
||||
ZSH_THEME="strug"
|
||||
|
||||
DISABLE_AUTO_TITLE="true"
|
||||
DISABLE_UNTRACKED_FILES_DIRTY="true"
|
||||
plugins=(git zsh-autosuggestions)
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
EDITOR="hx"
|
||||
|
||||
alias :q=exit
|
||||
alias cl=clear
|
||||
alias rm=rm -i
|
||||
alias shut=shutdown 0
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue