Skip to content

pravusid/dotfiles

Repository files navigation

dotfiles

my system configurations (dotfiles & instructions)

interactive shell

  • Homebrew

  • 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

version manager

mise

# install
curl https://mise.run | sh

sync dotfiles

./sync-shell.sh

.zprofile

zshrc

https://github.com/pravusid/TIL/blob/main/Linux/oh-my-zsh-alias.md

gitconfig

https://github.com/pravusid/TIL/blob/main/Git/git-config.md

vimrc

Troubleshooting

zsh compinit 오류

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

About

my system configurations (dotfiles & instructions)

Topics

Resources

Stars

Watchers

Forks