Skip to content

LucasLarson/dotfiles-mcornella

 
 

Repository files navigation

Requirements

  • git
  • zsh installed and set up:
    1. Install zsh (e.g. apt-get install zsh)
    2. Use zsh as default shell: chsh -s $(which zsh)
    • Restart the user session to apply the change.
    • chsh doesn't work in every system.

Usage

  1. Download or clone repository:
git clone git@github.com:mcornella/dotfiles
  1. Update git submodules:
cd dotfiles
git submodule init
git submodule update
  1. Run init script: ./init.zsh

  2. Restart the shell or run exec zsh

About

My own dotfiles

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages

  • Shell 98.9%
  • Vim Script 1.1%