- Mise - A tool for managing multiple versions of programming languages and tools.
- Zoxide - A smarter cd command for your terminal.
- Starship - A minimal, blazing-fast, and infinitely customizable prompt for any shell.
To install the dotfiles, run the following command in your terminal:
export OP_SERVICE_ACCOUNT_TOKEN=<your-service-account-token>
git clone https://github.com/barrydobson/devcontainers-dotfiles.git ~/dotfiles
cd ~/dotfiles
./install.shTo update the installation scripts in the install.d directory, follow these steps:
curl https://mise.run -so install.d/mise
chmod +x install.d/misecurl https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh -so install.d/zoxide
chmod +x install.d/zoxidecurl -fsSL https://starship.rs/install.sh -so install.d/starship
chmod +x install.d/starship