/oh-my-dotfiles

Oh My Dotfiles

Primary LanguageLua

Oh My Dotfiles

Tip

There isn’t a one-size-fits-all configuration file. You should explore dotfiles shared by others and continuously build your own personalized dotfile.

image image

Features

Get Started

  1. Delete your .zshrc (Optional)
rm -f ~/.zshrc
  1. Clone the latest repository
rm -rf ~/.oh-my-dotfiles
git clone https://github.com/Junyi-99/oh-my-dotfiles.git ~/.oh-my-dotfiles
echo "source ~/.oh-my-dotfiles/init.sh" >> ~/.zshrc
  1. Setting up SSH configs
echo "Include ~/.oh-my-dotfiles/etc/ssh/*.local" >> ~/.ssh/config
  1. Activate!
source ~/.zshrc