Skip to content

johnburbridge/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.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

About

My zsh config and other dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages