Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.5 KB

README.md

File metadata and controls

49 lines (32 loc) · 1.5 KB

Artem Hodunov’s dotfiles

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.

Installation

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

Oh-My-Zsh plugins

These OMZ plugins are included:

  • git — git aliases and functions.
  • npm — provides completion as well as adding many useful aliases.
  • nvm — auto-sourcing nvm.
  • More are listed in .zshrc (it's hard to keep the list updated).

Resources

Resources that I used to make these dotfiles better: