naruwo-github / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Create symbolic links: ln -s <Linked file path> <Path to where to create the symbolic link>

  • initialize-setting/: This is for the time when you change your mac. When you open your new mac, you should execute initialize-setting/init.sh first!

  • vim-setting/: This is for the setting improving vim life!

    • symbolic link example: ln -s ~/.../vim-setting/.vimrc ~/.vimrc
  • zsh-setting/: These are zsh settings installed when login to or open zsh.

ln -s ~/.../zsh-setting/.zprofile ~/.zprofile
ln -s ~/.../zsh-setting/.zshrc ~/.zshrc
ln -s ~/.../zsh-setting/.alias_profile ~/.alias_profile
  • starship.toml: This is one of zsh settings.
    • Starship official: https://starship.rs/
    • symbolic link example: ln -s .starship.toml ~/.config/starship.toml

About


Languages

Language:Shell 68.6%Language:Vim Script 31.4%