Skip to content

lorrin/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

  1. Install zsh, git, vim, stow, git-delta.
    • vim on Linux: use vim-nox or vim-gnome, get git-delta here
    • git, vim and zsh on macOS: stock versions are relatively current. Alternatively sudo port install or brew install them.
  2. Change default shell to zsh
    • Linux: chsh -s /usr/bin/zsh
    • macOS with MacPorts or Homebrew zsh: sudo chsh -s /opt/local/bin/zsh <user>
  3. Clone dotfiles repo:
    • cd ~
    • for read-only use: git clone https://github.com/lorrin/dotfiles.git
    • for read-write use:
  4. dotfiles/install_or_update.sh
  5. p10k configure

Getting Updates

  1. cd ~/dotfiles
  2. git pull
  3. ./install_or_update.sh

Machine-specific configuration

  1. Create new directory ~/dotfiles/local_$(hostname -s)
  2. Add dot-files into directory
  3. ./install_or_update.sh

iTerm2 Configuration

Under Preferences -> General, enabled Load preferences from a custom folder or URL, select ~/dotfiles/iterm2, and set to Save changes automatically.

About

zsh and vim-focused dotfiles managed with gnu stow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published