Go to file
Adam Veldhousen f1eb889823
OSX updates (#7)
* chore: mac specific fixes

* chore: install bash_completions and kubectl completions

* chore: cleanup vimrc, fix helm autocomplete

* chore: breaks in osx

* chore: switch to asdf
2021-10-28 19:46:08 -05:00
.config refactor: rewrite to use a plugin system like zsh, add starship 2021-10-22 11:35:39 -05:00
.github/workflows chore: add waybar and CI 2021-10-16 17:35:07 -05:00
plugins OSX updates (#7) 2021-10-28 19:46:08 -05:00
tools/fonts chore: initial commit 2021-10-16 17:05:07 -05:00
.dockerignore chore: initial commit 2021-10-16 17:05:07 -05:00
Dockerfile refactor: rewrite to use a plugin system like zsh, add starship 2021-10-22 11:35:39 -05:00
LICENSE.md chore: add license 2021-10-16 17:38:20 -05:00
README.md chore: initial commit 2021-10-16 17:05:07 -05:00
install_script.sh bugfix: fix extras plugin. Install asdf automatically. move default source script into template 2021-10-22 12:03:49 -05:00
makefile chore: add waybar and CI 2021-10-16 17:35:07 -05:00
sourceme.sh OSX updates (#7) 2021-10-28 19:46:08 -05:00

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