Go to file
Adam Veldhousen e7d7362a59
Refactor installers (#5)
* some fixes for my attempt to install

* fix gitmodules finally, update configs

* update installers so I can rerun them separately

* don't install YCM for now

* fix prepush hook

* fix install path
2019-12-12 18:47:42 -06:00
.github/workflows New dotfiles (#3) 2019-10-08 23:33:14 -05:00
installers Refactor installers (#5) 2019-12-12 18:47:42 -06:00
src Refactor installers (#5) 2019-12-12 18:47:42 -06:00
tools Refactor installers (#5) 2019-12-12 18:47:42 -06:00
.dockerignore New dotfiles (#3) 2019-10-08 23:33:14 -05:00
.gitmodules Refactor installers (#5) 2019-12-12 18:47:42 -06:00
Dockerfile New dotfiles (#3) 2019-10-08 23:33:14 -05:00
Dockerfile.arch New dotfiles (#3) 2019-10-08 23:33:14 -05:00
Dockerfile.debian New dotfiles (#3) 2019-10-08 23:33:14 -05:00
LICENSE New dotfiles (#3) 2019-10-08 23:33:14 -05:00
README.md New dotfiles (#3) 2019-10-08 23:33:14 -05:00
install New dotfiles (#3) 2019-10-08 23:33:14 -05:00
makefile New dotfiles (#3) 2019-10-08 23:33:14 -05:00

README.md

Dotfiles

GitHub Platform

My dot files

What's included?

A very simplistic plugin system, drop shell scripts you would like to source into the ~/.shell_extensions directory and they get automatically loaded.

A custom SSH config setup with nice defaults.

Comes with an uninstall script.

Themes for vim, iterm2 and for cmder when ran on windows.

Tmux and vim configurations.

i3 (sway if using wayland), compton, polybar, dunst, nitrogen for linux window management.

Install

  1. Run ./install <username> and everything is automatically installed:
    • symlinks .vimrc, .tmux.conf, .gitconfig, .motd, .profile, .shell_extensions, .config, .ssh/config to home directory
    • backups existing copies of all files to .dotfiles_backup_<date>/
    • installs rvm, gvm, nvm, rustup
    • compton, dunst, nitrogen, polybar if x is detected

Extending with custom scripts

This set up will source all files found in a ~/.shell_extensions/ directory. This allows you to extend and customize how everything works to your liking.

LICENSE

MIT