init dotefiles folder

This commit is contained in:
Crizomb 2026-01-16 03:12:03 +01:00
commit baa48edbe6
46 changed files with 5664 additions and 0 deletions

17
.zshrc Normal file
View 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