about summary refs log tree commit diff
path: root/configs/shared/zsh
AgeCommit message (Collapse)AuthorFilesLines
2019-03-23 Prefer $(pwd) to $PWDWilliam Carroll1-1/+1
I'm unsure if this is idiomatic POSIX shell scripting or not, but I generally prefer function calls to variables. Thankfully things like Haskell don't differentiate between the two. In other cold and hostile environments like shell scripting, us programmers must take care to prefer functions to variables where it makes sense.
2019-03-23 Support aptitude removalsWilliam Carroll1-0/+1
If you're going to install things and support that with an aliases, might as well support the removals of packages with an aliases. Better to keep systems lean -- especially if entropy is the tendancy.
2019-03-23 Support shared, device-specific i3 configurationsWilliam Carroll2-2/+2
Separated i3/configuration since some of my devices support XFree86 keysyms while others do not. This introduced some cascading changes. - Removed ~/.config/i3/config from this repo. Since I will be switching between devices semi-regularly and that file will be generated each time I switch to a different device running an X session, I don't want the i3/config to spam my `gst` and `gd` when I haven't changed configuration in either config.shared or config.device. - Update aliases, variables, etc. to point to config.shared instead of the generated file. - Ensure that X sessions generate the i3/config file. - Ensure that i3 reload and restart command generate the i3/config file.
2019-03-21 Creates wrapper around `p4 filelog`William Carroll1-0/+9
Should make viewing file history a little more ergonomic.
2019-03-21 Prefer TwoDark theme for batWilliam Carroll1-1/+1
This seems to resemble Atom's One Dark theme that I'm using in Vim, Emacs, wallpaper already. Would be nice to keep everything consistent. I should update the i3 Status Bar and Chrome to support One Dark themes as well.
2019-03-21 Prefer Emacs client-server setupWilliam Carroll1-1/+1
This change affects: - alias e - i3 KBDs - .xsessionrc It will be interesting to see how this works over SSH. In theory, the ALTERNATE_EDITOR variable should kick in and `vim` should be used. Time will tell if this is the preferred setup. Until then...
2019-03-20 Updates broken hardlinksWilliam Carroll1-3/+3
These are relics from the commit that dropped support for OSX.
2019-03-20 Move source ~/.profile to ~/.zprofileWilliam Carroll2-2/+10
See the comments in .zprofile for an explanation and a link to a much larger conversation about this issue. It's a bit messy.
2019-03-20 Support retrieving Monzo balanceWilliam Carroll1-0/+20
This is intended to be an i3 status bar integration eventually. As long as the monzo_creds file stays encrypted and out of a public GH repository, this should be fairly secure.
2019-03-20 Support hgls for figWilliam Carroll1-0/+1
This lists all CitC clients.
2019-03-18 Use correct hostname for laptopWilliam Carroll1-3/+4
Looks like I forgot to change this entry when updating the other locations in the dotfiles that reference the wrong hostname for my laptop.
2019-03-18 Support attach and detach aliases for tmuxWilliam Carroll1-0/+2
As mentioned in the comments, prefer the <leader>d for detaching.
2019-03-18 Remove autojump functionality from `t`William Carroll1-7/+2
This sometimes is what I what and most of the time not what I want
2019-03-18 Drop OSX support; support desktop, laptop, cloudtopWilliam Carroll6-470/+634
Dropping support for OSX. Moving forward these dotfiles will depend on Linux systems. Furthermore, since I'm support a ~/bin, the machines that consume these dotfiles depend on i386 architectures. Linux and i386 are two dependencies that I'm okay with since the leverage this assumption provides, makes their existence tolerable. There is some Google leakage herein, which includes aliases, functions, and mentions of cloudtop. For now, this is okay. I may break the Google specific code into its own repository, but for now, this is less maintenance. This also introduces a ~/.profile instead of erroneously defining environment variables in my zshrc file, which was unadvised. This is a large commit and also introduces new aliases, variables, functions that I accumulated over the past week or so while migrating away from OSX and onto my new setup. Hopefully in the future I'll be more precise with my commits.
2019-03-11 Better support GPG migrationsWilliam Carroll2-0/+7
After yet another unpleasant experience starting up GPG on a new system, I decided to encode my learnings and mistakes as aliases, functions, scripts, hoping to protect my future me from myself. Fingers crossed!
2019-03-08 Reorganize aliases, support misc fns, misc named dirsWilliam Carroll4-33/+103
Miscellaneous maintenance tasks for my ZSH life.
2019-03-08 Support i3wm and org-capture integrationWilliam Carroll1-0/+17
Now this has been missing from my workflow for awhile.
2019-03-07 pil -> pilsWilliam Carroll1-1/+1
I should standardize on `ls` for list instead of `l`. This may have even been a typo when I first defined it.
2019-03-07 Define nix_installed functionWilliam Carroll1-0/+5
Lists the packages installed by `nix-env`. Moving forward, it might be useful to run something like... `$ nix_installed >nix-env.txt` ...and commit that to this repository a la the brew.txt file that previously floated around this repo. For now, I'm unwilling to commit to that solution, because I'm hoping a better alternative exists. Perhaps this should be an alias. Still unsure why I write aliases sometimes and functions other times. It might be worth documenting as a principle that I can lean on.
2019-03-07 Prefer to rg and fd hidden filesWilliam Carroll1-0/+2
These may be configurable via .rgrc or .fdrc files, but frankly I have enough RC files floating around. This should be fine.
2019-03-07 Support cloudtopWilliam Carroll1-1/+6
Supports ZSH themes based on which device I'm working. This might get annoying after awhile, but I think the idea of having the prompt reflect when I'm on a different machine than my own might be useful. Adds "cloudtop" alias in ssh config.
2019-03-07 Support step-by-step installation instructionsWilliam Carroll1-2/+4
I documented my consumption of wpcarro/dotfiles in the README. The dream is to just clone this repo and run `make install`. We'll get there. TODO: drop support for OSX TODO: clean up the rest of this README
2019-03-07 Support ALTERNATE_EDITOR environment variableWilliam Carroll2-1/+2
This simplies the `e` alias and the EDITOR variable definition.
2019-03-06 Supports autocompletion for PiperWilliam Carroll1-0/+8
See comment for an explanation about the additions.
2019-03-06 Support additional shell functionsWilliam Carroll1-0/+62
I learned about compgen, so I made a bunch of aliases that should help me remember its uses. Also added a myriad of others.
2019-03-06 Prefer x KBD for XResourcesWilliam Carroll2-12/+22
I'm finding that I'm visiting XResources more frequently than I'm visiting ~/.xinitrc or other X files.
2019-03-05 Prefer refined theme to robbyrussellWilliam Carroll1-1/+1
Sorry, Robby Russell.
2019-03-05 Support DATE_FMTWilliam Carroll1-2/+3
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 Prefer longer aliases for Google utilsWilliam Carroll1-11/+15
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-04 Support aliases for common config files, miscWilliam Carroll1-2/+33
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 Fix glpWilliam Carroll1-0/+1
I believe `glp` was messed up from a port from zsh -> nix -> zsh. It's working now though!
2019-03-04 Support monitor resolution functionWilliam Carroll1-0/+5
Useful because I always forget the dimensions of my screens.
2019-03-04 Remove function keyword from bash fn defnsWilliam Carroll1-4/+5
To keep things standardized between functions.zsh and dumping_grounds.zsh.
2019-03-04 Support variables for common config fileWilliam Carroll1-0/+10
2019-02-28 More fully support zshWilliam Carroll4-0/+134
Support zshrc, variables, aliases, functions TODO: incorporate dumping_grounds.zsh into functions.
2019-02-27 Support dumping_grounds.zshWilliam Carroll1-0/+323
Ports from wpcarro/nixify repo. Drops support for Urbint-specific functions like `git_tasks`, `builds`. TODO: organize, document
2018-09-10 Support Vim, Tmux, Emacs with StowWilliam Carroll1-14/+0
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 nix configurationWilliam Carroll1-0/+1
I suppose it was only a matter of time...
2018-07-19 Prefer stow over hand-rolled solutionWilliam Carroll1-0/+13
After discovering GNU stow on Nix IRC, refactored install and setup scripts to consume it. Code is vastly simplified as a result.