/dotfiles

Lazy dotfiles 🐾

Primary LanguageShell

Lazy dotfiles

Install

  1. Install command line tools for Xcode

    xcode-select --install
  2. Clone a repository

    git init
    git remote add origin git@github.com:Surgo/dotfiles.git
    git pull origin main
  3. Install submodules

    git submodule update --init
  4. Bootstrap

    ./.bin/init.sh

Usage

  1. Update or regenerate dependencies

    ~/.bin/update.sh

Vim plugins

$ tree ~/.vim/pack -d -L 2
"${HOME}"/.vim/pack
├── colors
│   └── start
├── plugins
│   └── start
└── syntax
    └── opt

Zsh plugins

$ tree ~/.config/zsh/custom -d -L 1
"${HOME}"/.config/zsh/custom
├── plugins
└── themes