about summary refs log tree commit diff
path: root/configs
AgeCommit message (Collapse)AuthorFilesLines
2019-01-13 Remove Emacs spamWilliam Carroll1331-328467/+253
My inconsistent git history-keeping is coming to bite me here. At the moment, I can only speculate about what went wrong here. The gist is this: I unintentionally committed files that were supposed to be ignored This commit removes those files which includes: - auto-save-list - elpa packages - quelpa packages - misc
2019-01-13 Update linux configsWilliam Carroll5-23/+78
- Updates IRSSI config, XInitRC, i3 config
2019-01-13 Supports additional snippetsWilliam Carroll5-0/+58
- C programming - HTML - Nix
2018-10-06 Integrate i3 and EmacsWilliam Carroll2-10/+63
Super shared KBDs between i3wm and Emacs for: - focusing windows (i.e. M-{h,j,k,l}) - deleting windows (i.e. M-q) More support may be needed, but this is good DWIM behavior for now.
2018-10-02 Updates to Emacs preferencesWilliam Carroll4-2/+13
- Prefers "$HOME" to "~/urbint" for current project - Prefers dark colorscheme - Allows source-jumping to Emacs (nixify this to remove dep on path/to/source)
2018-10-02 Support PythonWilliam Carroll5-0/+32
Adds configuration for my Python preferences.
2018-10-02 Emacs bookmarks, custom, auto-saveWilliam Carroll3-3/+4
In the future, I may consider gitignoring these. For now, voila.
2018-10-02 Update Emacs packagesWilliam Carroll1361-16408/+16464
This is a massive diff that I had to do in a hurry - when leaving Urbint. I'm pretty sure that most of these are updating Emacs packages, but I'm not positive.
2018-10-02 Support additional Linux configurationsWilliam Carroll4-1/+151
- i3 - window manager - Terminator - terminal preferences - Rofi - kind of like Finder, but also like Helm and Ivy; dmenu replacement
2018-09-10 Support Vim, Tmux, Emacs with StowWilliam Carroll1337-15/+333648
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-04 Support GPG configWilliam Carroll2-0/+4
Whitelist GPG in the Stow configuration. Setup keyserver preferences.
2018-09-04 Support nix configurationWilliam Carroll1-0/+1
I suppose it was only a matter of time...
2018-09-04 Update git preferencesWilliam Carroll1-1/+7
- enable rerere - prefer less, since bat is my default pager, which doesn't look great when looking at diffs, patches, etc - fix broken alias - support another alias
2018-07-19 Delete .ghci configWilliam Carroll1-32/+0
Temporarily remove the GHCI config, since it's most just spamming my logs at the moment.
2018-07-19 Prefer stow over hand-rolled solutionWilliam Carroll9-53/+39
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 Default to Ergodox being connectedWilliam Carroll1-1/+1
Accidentally commited the version of this configuration that has this variable set to false. Since most of the time, this variable should be true, commiting the true version will clean up my git status output.
2018-07-19 Support global gitignoreWilliam Carroll2-2/+6
Keep project-specific gitignore files clean.
2018-07-19 Support changed-filesWilliam Carroll1-1/+1
Not sure how this was removed, but supporting it again.
2018-07-19 Define KBDs conditionally based on flagWilliam Carroll1-77/+90
Create KBDs that work when the Ergodox isn't attached. There is a little noise in this diff created by running Prettier on the buffer.
2018-07-19 Support default ghci configWilliam Carroll1-0/+13
What I deem as currently sensible defaults for my ghci sessions. Expect this to change over time.
2018-07-19 Augment PATH to support stack install locationWilliam Carroll1-0/+1
I don't currently have a place to augment PATH in my dotfiles, and perhaps I should. For now, it will reside in the zshrc file.
2018-07-19 Refactor install scriptsWilliam Carroll2-0/+1
- Support emacs installation - Export DOTFILES env var to simplify setup. - Change filenames for consistency
2018-04-25 Add GH username to gitconfigWilliam Carroll1-0/+2
Some programs look for this, like the magit integration with GitHub.
2018-04-23 pc_settings -> dotfilesWilliam Carroll1-2/+2
My younger self didn't know that creating repos to house your configuration was a known pattern! Hence the unweildy name, pc_settings. This change was a long time coming.
2018-04-23 Drop tmux supportWilliam Carroll1-144/+0
urbint/meta covers this already.
2018-04-23 Update zshrcWilliam Carroll2-97/+6
Drop support for zsh_profile. Update zshrc to be cognizant of urbint/meta. Define minimum config necessary.
2018-04-23 Drop support for miscWilliam Carroll2-1323/+0
Most of these files are covered by urbint/meta -- including the setup and bootstrap work. The remaining files are just obsolete and undesirable.
2018-04-23 Drop support for project USBifyWilliam Carroll1-5/+0
The original idea was to have all of my configuration available on a USB drive that would bootstrap itself when connected to a Mac. While this is pretty cool from a Hollywood, hacker-porn standpoint, it is less desirable to me due to its dependencies. Docker may be the better path forward.
2018-01-08 Update zsh configs for env vars, etcWilliam Carroll2-2/+23
Security measures are in place to protect env vars that contain sensitive data.
2018-01-08 Drop NERDTree plugin in favor of vinegarWilliam Carroll1-27/+26
2018-01-08 Support git patch searching with patch-grepWilliam Carroll1-0/+1
2018-01-08 Update window resizing for Ergo DoxWilliam Carroll1-4/+4
2018-01-08 Lint slate config and add additional bindingsWilliam Carroll1-20/+63
2017-10-20 Updates vimrc movement kbdsWilliam Carroll1-3/+37
2017-09-26 Adds preferable Tmux kbdsWilliam Carroll1-16/+32
2017-09-15 Change vim colorscheme to gothamWilliam Carroll1-1/+4
2017-09-15 Adds GPG support for editing encrypted filesWilliam Carroll1-0/+3
2017-09-15 Add Tim Pope's unimpaired vim pluginWilliam Carroll1-0/+3
2017-09-15 Supports multi-monitor movementWilliam Carroll1-2/+5
2017-09-15 Lints slate.jsWilliam Carroll1-4/+4
2017-09-15 Change slate modifier keysWilliam Carroll1-1/+1
2017-09-15 Support additional git aliasesWilliam Carroll1-1/+3
2017-09-15 Add tmux powerlineWilliam Carroll1-91/+3
2017-08-07 Supports json, adds git-timemachine, upgrades pkgsWilliam Carroll1-28/+46
2017-08-01 Adds git aliases for viewing conflictsWilliam Carroll1-0/+1
2017-08-01 Sets autosquash as default for rebasingWilliam Carroll1-0/+2
2017-08-01 Adds 1Password kbd for SlateWilliam Carroll1-0/+1
2017-07-30 Adds conditional cfg for TC supportWilliam Carroll1-1/+8
2017-07-30 Restores TrueColor to tmux.confWilliam Carroll1-2/+2
2017-07-29 Removes vim support for Fish shellWilliam Carroll1-8/+1