Update dotfiles

This commit is contained in:
Werner
2022-06-11 11:47:10 -03:00
parent bff7953214
commit 2e860bad43
15 changed files with 174 additions and 163 deletions

33
Config/.zshrc Normal file
View File

@ -0,0 +1,33 @@
export ZSH="$HOME/.oh-my-zsh"
ZSH_THEME="spaceship"
DISABLE_UNTRACKED_FILES_DIRTY="true"
SPACESHIP_PROMPT_ORDER=(
user
dir
host
git
exec_time
line_sep
jobs
exit_code
char
)
SPACESHIP_USER_SHOW=always
SPACESHIP_PROMPT_ADD_NEWLINE=false
SPACESHIP_PROMPT_SEPARATE_LINE=false
DISABLE_AUTO_TITLE="true"
DISABLE_UNTRACKED_FILES_DIRTY="true"
plugins=(
asdf
git
zsh-autosuggestions
)
source $ZSH/oh-my-zsh.sh