There are tons of useful things in here:
- The usefulness of “Oh My ZSH!” is already built–in.
- Starship as a prompt.
- Syntax highlighting of commands while they are typed.
Dotfiles are installed by running one of the following commands in your terminal, just copy one of the following commands and execute in the terminal:
Tell Git who you are using these commands:
git config -f ~/.gitlocal user.email "[email protected]"
git config -f ~/.gitlocal user.name "Name Lastname"
Clone dotfiles repo:
# Clone dotfiles repo
git clone https://github.com/hodunov/dotfiles.git $HOME/.dotfiles
# Go to the dotfiles directory
cd $HOME/.dotfiles
# Install dotfiles
./install
These OMZ plugins are included:
git
— git aliases and functions.npm
— provides completion as well as adding many useful aliases.nvm
— auto-sourcingnvm
.- More are listed in
.zshrc
(it's hard to keep the list updated).
Resources that I used to make these dotfiles better: