Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 562 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 562 Bytes

.dotfiles

My terminal tools and configuration:

  • starship
  • zellij
  • helix
  • and other goodies...

Coincidentally they're all written in Rust.

Setup

  1. Install zsh (Ubuntu only)
$ sudo apt update -y && sudo apt install zsh
$ chsh /usr/bin/zsh
  1. Install Homebrew:
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  1. Clone this repository:
$ git clone [email protected]:johnburbridge/.dotfiles.git
  1. Run setup.sh to install required tools:
$ cd .dotfiles/ && ./setup.sh