Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 750 Bytes

README.org

File metadata and controls

23 lines (17 loc) · 750 Bytes

Dotfiles

This is my dotfiles repository. It’s used to synchronise my configuration on my work laptop, personal laptop, Raspberry Pi and other systems.

It’s powered by Dotbot

Prerequisites

Make sure the following are installed:

  • python, git, zsh
  • ripgrep (for Doom)
  • Input Mono, including the Narrow variant (for Doom)

Setting up a new machine

git clone git@github.com:tvooo/dotfiles.git ~/dotfiles
cd ~/dotfiles
./install

The install script will tell you when links couldn’t be created. Make sure to port over any host-specific shell configuration into ~/.host.sh and remove your .bashrc and .zshrc.

Updating files