Nothing too fancy, just my dotfiles.
These dot files apply to or make use of the following tools:
Easily install the following binaries (commands prefixed with "install-"):
- Docker
- LSD
- Starship
- Various recommended tools for Ubuntu
Clone this repo and run the install.sh script.
# Interactive mode (choose what to install)
./install.sh
# Install only Claude Code configurations
./install.sh --claude
# Install everything
./install.sh --all
# See all options
./install.sh --helpCommon Options:
--claude- Install only.claudeand.config/opencodedirectories--dotfiles- Install dotfiles (bashrc, gitconfig, vimrc, tmux, etc.)--all- Install everything--interactive- Interactive mode (default)
The .bashrc and .gitconfig files will not be replaced but rather updated to include the .colin variants.
Run the colin-help command for a list of aliases, commands, tips and tricks or see here for the same info online.
Install these in a container with settings.json:
{
"dotfiles.repository": "colinmollenhour/dotfiles",
"dotfiles.targetPath": "~/.dotfiles",
"dotfiles.installCommand": "~/.dotfiles/install.sh"
}