My terminal tools and configuration:
- starship
- zellij
- helix
- and other goodies...
Coincidentally they're all written in Rust.
- Install zsh (Ubuntu only)
$ sudo apt update -y && sudo apt install zsh
$ chsh /usr/bin/zsh
- Install Homebrew:
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- Clone this repository:
$ git clone [email protected]:johnburbridge/.dotfiles.git
- Run
setup.sh
to install required tools:
$ cd .dotfiles/ && ./setup.sh