nathanshelly / .files

.💙
16 stars 8 forks source link

Switch from `.tmux` to a hand-rolled config #85

Closed nathanshelly closed 4 years ago

nathanshelly commented 4 years ago

Switch from gpakosz/.tmux to a custom config (borrowing heavily from .tmux)

Changes:

image

Thanks to @sashaweiss for the base config! (and other bits & pieces)

Removing a submodule (for future reference)

git rm <path-to-submodule>
rm -rf <path-to-submodule>

ref - https://stackoverflow.com/questions/1260748/how-do-i-remove-a-submodule/21211232