Age | Commit message (Collapse) | Author | Files | Lines |
|
I have the (package-initialize) call already in wpc-package.el.
I'm unsure how this removal is ending up in a git status because I'm
pretty sure I've never commited that to this repo. Need to tighten
things up I guess.
|
|
This repo's history seems to reflect my difficult wrestling with
Git, GitHub, gitignore files. I'm still not sure I understand
everything that's going on.
|
|
This package was deprecated. See the GH Readme for more details.
|
|
- support <leader>e* KBDs for quickly editing common configuration files
- prefer dark theme to light theme
- prefer nowrap by default instead of toggling wrap
|
|
10 was just too big on my gLinux 4k setup.
|
|
I should eventually support a shell variable in variables.zsh that
exports CURRENT_PROJECT, which Emacs can read.
|
|
Supports a filename as a parameter to my wrapped version of
evil-find-file.
|
|
Sorry, Robby Russell.
|
|
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.
|
|
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.
|
|
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.
|
|
I believe `glp` was messed up from a port from zsh -> nix -> zsh. It's
working now though!
|
|
Useful because I always forget the dimensions of my screens.
|
|
To keep things standardized between functions.zsh and
dumping_grounds.zsh.
|
|
|
|
Support zshrc, variables, aliases, functions
TODO: incorporate dumping_grounds.zsh into functions.
|
|
Beware and avoid leaking sensitive data.
Options:
- ensure wpcarro/dotfiles remains private while support potentially
sensitive documents
- consider encrypting sensitive documents using gnupg or git-crypt
- consider having someone from the Security team audit the repository to
ensure that nothing sensitive is being leaked
|
|
Ports from wpcarro/nixify repo.
Drops support for Urbint-specific functions like `git_tasks`, `builds`.
TODO: organize, document
|
|
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
|
|
- C programming
- HTML
- Nix
|
|
- Prefers "$HOME" to "~/urbint" for current project
- Prefers dark colorscheme
- Allows source-jumping to Emacs (nixify this to remove dep on
path/to/source)
|
|
Adds configuration for my Python preferences.
|
|
In the future, I may consider gitignoring these. For now, voila.
|
|
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.
|
|
After moving off of Meta, Dotfiles has a greater responsibility to
manage configs. Vim, Tmux, and Emacs are now within Stow's purview.
|
|
Whitelist GPG in the Stow configuration. Setup keyserver preferences.
|
|
I suppose it was only a matter of time...
|
|
- 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
|
|
Temporarily remove the GHCI config, since it's most just spamming my
logs at the moment.
|
|
After discovering GNU stow on Nix IRC, refactored install and setup
scripts to consume it.
Code is vastly simplified as a result.
|
|
Keep project-specific gitignore files clean.
|
|
Not sure how this was removed, but supporting it again.
|
|
What I deem as currently sensible defaults for my ghci sessions. Expect
this to change over time.
|
|
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.
|
|
- Support emacs installation
- Export DOTFILES env var to simplify setup.
- Change filenames for consistency
|
|
Some programs look for this, like the magit integration with GitHub.
|
|
urbint/meta covers this already.
|
|
Drop support for zsh_profile. Update zshrc to be cognizant of
urbint/meta. Define minimum config necessary.
|
|
Most of these files are covered by urbint/meta -- including the setup
and bootstrap work.
The remaining files are just obsolete and undesirable.
|
|
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.
|
|
Security measures are in place to protect env vars that contain
sensitive data.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|