2016-12-09 21:27:35 +02:00
|
|
|
HOME version (not server)
|
|
|
|
|
---
|
|
|
|
|
|
2017-09-15 22:42:32 +03:00
|
|
|
## Stuff.
|
|
|
|
|
|
2016-12-09 21:27:35 +02:00
|
|
|
Stuff I use, which I continue to update
|
2016-12-09 21:22:01 +02:00
|
|
|
* and then have to recreate on another box
|
|
|
|
|
* or have to copy from the work box
|
|
|
|
|
* or all sorts of similar loss of time/debugging.
|
|
|
|
|
|
2017-09-15 22:42:32 +03:00
|
|
|
In the past year, I've used this in 2 different jobs, many different server setups, and tons of home setups. It's been very helpful to have it.
|
2016-12-09 21:22:01 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- this generally gets put in ~/bin/ - some bits (like zshrc) needs to be moved to ~ . Fonts to .fonts obviously.
|
|
|
|
|
|
2017-09-15 22:42:32 +03:00
|
|
|
I have a few scripts (ansible) that use this and set things up, and there are 2 versions:
|
|
|
|
|
|
|
|
|
|
# server
|
|
|
|
|
|
|
|
|
|
- includes emacs, git, tmux, and zsh setup things.
|
|
|
|
|
- probably need to move the banga-powerline bit in here as well, as I always install it.
|
|
|
|
|
- tmux setup will likely change soon to be a combination of mine and gpakosz's very good version.
|
|
|
|
|
-- I just can't use his version as is; it is optimized for vi keys, and I do emacs keys. Ctrl-a. (:
|
|
|
|
|
- zshrc bits... now with zgen! \o/
|
|
|
|
|
# home
|
2016-12-09 21:22:01 +02:00
|
|
|
|
2017-09-15 22:42:32 +03:00
|
|
|
The stuff from server, plus:
|
|
|
|
|
- X enabled stuff. Terminal launchers, fonts...
|
|
|
|
|
- DMG's fonts are here also ( http://www.trueschool.se ) - Powerline versions are just patched versions of these.
|
|
|
|
|
- my "randterm" and "amigaterm2" term scripts (urxvt) + a few other term launches (awesome menu/keylaunch)
|
|
|
|
|
- similar launchers for st (which I am using more.)
|
|
|
|
|
|