You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Adam Veldhousen b2418c0bb7
refactor: rewrite to use a plugin system like zsh, add starship
3 years ago
.config refactor: rewrite to use a plugin system like zsh, add starship 3 years ago
.github/workflows chore: add waybar and CI 3 years ago
plugins refactor: rewrite to use a plugin system like zsh, add starship 3 years ago
tools/fonts chore: initial commit 3 years ago
.dockerignore chore: initial commit 3 years ago
Dockerfile chore: fix bugs and don't require ruby anymore 3 years ago
LICENSE.md chore: add license 3 years ago
README.md chore: initial commit 3 years ago
makefile chore: add waybar and CI 3 years ago
sourceme.sh refactor: rewrite to use a plugin system like zsh, add starship 3 years ago

README.md

Files

My dotfiles repo.

  • Vim setup
  • Git settings
  • Simple "plugin" system (drop files into ~/.files-plugins and they are sourced)
  • Custom prompt
  • Ruby enVironment Manager, Rustup, Go Version Manager, Node Version Manager
  • Some terminal defaults I like
  • Utility functions

Installation

  1. Clone into your home directory at ~/.files
  2. Add [[ -s ~/.files/sourceme.sh ]] && source ~/.files/sourceme.sh to your .bashrc, .bash_profile etc.

Development

Run make build dev to drop into a container with everything pre installed.

LICENSE

MIT