my system configurations (dotfiles & instructions)
-
zsh-defer
git clone https://github.com/romkatv/zsh-defer.git ~/.zsh-defer
-
oh-my-zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" # plugins git clone https://github.com/z-shell/F-Sy-H.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/plugins/F-Sy-H git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/plugins/zsh-autosuggestions git clone https://github.com/TamCore/autoupdate-oh-my-zsh-plugins $ZSH_CUSTOM/plugins/autoupdate git clone https://github.com/jasonmccreary/git-trim.git $ZSH_CUSTOM/plugins/git-trim
-
starship
curl -sS https://starship.rs/install.sh | sh -s -- -b ~/.local/bin
-
fzf
# install git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf && ~/.fzf/install # upgrade cd ~/.fzf && git pull && ./install
-
zoxide
curl -sSfL https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh | sh
# install
curl https://mise.run | sh
./sync-shell.sh
https://github.com/pravusid/TIL/blob/main/Linux/oh-my-zsh-alias.md
zsh compinit: insecure directories, run compaudit for list. Ignore insecure directories and continue [y] or abort compinit [n]
소유권 변경으로 오류 해결
https://github.com/ohmyzsh/ohmyzsh/blob/master/lib/compfix.zsh
compaudit | xargs chmod g-w