Skip to content

barrydobson/devcontainers-dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfile for Developer Containers

Tools

  • 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.

Installing Dotfiles

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.sh

Updating Scripts in install.d

To update the installation scripts in the install.d directory, follow these steps:

Mise

curl https://mise.run -so install.d/mise
chmod +x install.d/mise

Zoxide

curl https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh -so install.d/zoxide
chmod +x install.d/zoxide

Starship

curl -fsSL https://starship.rs/install.sh -so install.d/starship
chmod +x install.d/starship

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages