1
0
Fork 0
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
 
Datei suchen
Adam Veldhousen d9441f85f2
chore: add external display set up
vor 3 Jahren
.github/workflows New dotfiles (#3) vor 5 Jahren
installers updated all configs vor 4 Jahren
src chore: add external display set up vor 3 Jahren
tools Refactor installers (#5) vor 4 Jahren
.dockerignore New dotfiles (#3) vor 5 Jahren
.gitmodules Refactor installers (#5) vor 4 Jahren
Dockerfile updated all configs vor 4 Jahren
Dockerfile.arch New dotfiles (#3) vor 5 Jahren
Dockerfile.debian New dotfiles (#3) vor 5 Jahren
LICENSE New dotfiles (#3) vor 5 Jahren
README.md New dotfiles (#3) vor 5 Jahren
install New dotfiles (#3) vor 5 Jahren
makefile updated all configs vor 4 Jahren

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