Skip to content

hodunov/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published