William Carroll
85e7b74c16
Prefer refined theme to robbyrussell
...
Sorry, Robby Russell.
2019-03-05 18:23:57 +00:00
William Carroll
ebde4edc0e
Support DATE_FMT
...
This format string is being used in my i3 config and in my alias for
creating a gPaste. I figured it'd be nice to set a variable that defines
the format. Future me: run `man date` to see what format options are
supported.
2019-03-05 18:23:00 +00:00
William Carroll
f9b7b86b9c
Prefer longer aliases for Google utils
...
pbcopy -> c
pbpaste -> p
While it's nice to expect pbcopy on both OSX and Linux, it's better to
just alias c=pbcopy on OSX and assert on `c` and `p`, which are must
shorter to type.
2019-03-05 18:21:41 +00:00
William Carroll
e807778921
Support aliases for common config files, misc
...
Since I'm constantly editing vim, emacs, i3, zshrc, functions, aliases,
etc., I should support variables, aliases, and KBDs to make editing,
sourcing these files much more efficient.
2019-03-04 17:56:03 +00:00
William Carroll
2f7e9f5c54
Fix glp
...
I believe `glp` was messed up from a port from zsh -> nix -> zsh. It's
working now though!
2019-03-04 17:55:16 +00:00
William Carroll
9e233b621e
Support monitor resolution function
...
Useful because I always forget the dimensions of my screens.
2019-03-04 17:53:49 +00:00
William Carroll
cb533533c1
Remove function keyword from bash fn defns
...
To keep things standardized between functions.zsh and
dumping_grounds.zsh.
2019-03-04 17:53:16 +00:00
William Carroll
9da958d920
Support variables for common config file
2019-03-04 17:52:55 +00:00
William Carroll
dba7ac2365
More fully support zsh
...
Support zshrc, variables, aliases, functions
TODO: incorporate dumping_grounds.zsh into functions.
2019-02-28 12:24:11 +00:00
William Carroll
a62f2e581a
Support dumping_grounds.zsh
...
Ports from wpcarro/nixify repo.
Drops support for Urbint-specific functions like `git_tasks`, `builds`.
TODO: organize, document
2019-02-27 17:07:19 +00:00
William Carroll
17ee0e400b
Support Vim, Tmux, Emacs with Stow
...
After moving off of Meta, Dotfiles has a greater responsibility to
manage configs. Vim, Tmux, and Emacs are now within Stow's purview.
2018-09-10 14:53:23 -04:00
William Carroll
0d6c0881a8
Support nix configuration
...
I suppose it was only a matter of time...
2018-09-04 15:00:18 -04:00
William Carroll
a86c2ddece
Prefer stow over hand-rolled solution
...
After discovering GNU stow on Nix IRC, refactored install and setup
scripts to consume it.
Code is vastly simplified as a result.
2018-07-19 12:00:08 -04:00