Commit Graph

530 Commits

Author SHA1 Message Date
James Patrick 569598683e Fixed bad XDG CONFIG value.
Not sure why I thought it would be DIR instead of HOME but I blame
poorly executed theft.
2019-11-22 14:53:31 -05:00
James Patrick 5f28729298 A push over script that doesn't hardcode tokens. 2019-11-22 14:52:45 -05:00
James Patrick f167ebb4a1 Grouped commands, plugins, and themes.
Basically just relocated the command out of the middle of the plugins.
2019-11-20 17:24:15 -05:00
James Patrick 898500ffbb Reworked fzf dependency.
I've reorganized some of the fzf dependency some. There are large number
of resources I need from the fzf repo that I have been omitting because
zplug does no work well with a repo that both has both bins and plugins.
Instead I've been manually managing the fzf.zsh files and the fzf-tmux
then using the binary from fzf-bin. This nominally worked for zsh it
wasnone functioning for other things that used fzf as a dependency.
Additionally this broke the rule of don't write what you don't have to
mantra of this project.
2019-11-20 16:45:34 -05:00
James Patrick 1237da247e Friends don't let friends tmux and root. 2019-11-20 16:10:43 -05:00
James Patrick 07485b1f02 Reorganized sway config. 2019-10-06 01:36:31 -04:00
James Patrick f22aa4acd1 Formatting 2019-10-06 00:20:14 -04:00
James Patrick ae3dd9681e Added wob support for brightness & volume.
Project is early, but I'm hoping this will be a proper replacement for
xob.
https://github.com/francma/wob
2019-10-06 00:19:21 -04:00
James Patrick ea49a908f7 Added Github links for startup processes. 2019-10-05 21:37:12 -04:00
James Patrick 9beb403b13 Added autotiling. 2019-10-05 21:36:46 -04:00
James Patrick b3cbc0eed2 Formatting 2019-10-05 21:34:26 -04:00
James Patrick c80a69a129 Added dimming 15 seconds before lock 2019-10-05 21:32:55 -04:00
James Patrick 4b4ce8b409 Switch from brightnessctl -> light 2019-10-05 19:46:09 -04:00
James Patrick 858a1c98e1 Changed the source directory from Code -> src. 2019-10-05 15:43:08 -04:00
James Patrick 6a4f0ba91b Added file structure documentation for zsh. 2019-09-21 21:06:28 -04:00
James Patrick 29c8087bc2 Formatting. 2019-09-21 20:59:18 -04:00
James Patrick 5760e74477 Added actual script. 2019-09-21 16:24:19 -04:00
James Patrick abd085d1ed Added SmoothSrolling and Incremental Search 2019-09-21 16:23:30 -04:00
James Patrick 6bba91cd5c Added Text to Speach system. This currently doesnt' support OSX. 2019-09-21 15:04:38 -04:00
James Patrick 22fb953c36 Added theme.
It is based off of onedark, which is the theme Doom is based off of.
2019-09-21 15:03:20 -04:00
James Patrick 7d9dea1fe8 Corrected Naming of Tridactyl config. 2019-09-21 15:02:28 -04:00
James Patrick 1c532913fd Added zlogout 2019-09-17 21:12:24 -04:00
James Patrick 8414ecc739 Adding back redshift.
This doesn't seem to be the source of the crash
2019-09-17 21:08:28 -04:00
James Patrick 18905bad56 Added , as leader. 2019-09-17 19:44:18 -04:00
James Patrick 32af063826 Added logout prompt. 2019-09-09 22:31:21 -04:00
James Patrick 7271daf860 Added additional options to directory tooling.
Most notiable is Extended globbing.
2019-09-05 18:38:36 +00:00
James Patrick 95c8eb96be Fixed issue for undefined spacemacs version is not specified 2019-09-05 18:36:55 +00:00
James Patrick a3b2955e60 Fixed issue stemming from eval order in make if statement.
So I found a rather weird issue. The makefile was evaling the
conditional of a target before that target is called.

`make install` is a empty target with a ordered dependency: `init` and
`update`. In the `init` script section it will install the `~/.zplug`
zsh dependency, and the update script checks to see if that target
exist, aborting if it doesn't. The issue is that running `make install`
will install the `~/.zplug` dir, then report that the dir doesn't exist.
Where running `make init && make update` will work as expected.

There is probably some flag in make to resolve this, but I was unable to
to find any documentation for this.
2019-09-05 15:21:41 +00:00
James Patrick af327ff7f5 Added FiraCode Ligatures to doom config. 2019-08-26 14:35:50 -04:00
James Patrick da3716a1d5 Added PIP support for Firefox Picture & Picture. 2019-08-21 23:07:24 -04:00
James Patrick 6cfa50a2a6 Formating and white spacing. 2019-08-21 22:11:02 -04:00
James Patrick 9aa3561079 Added please alias from @kathyra_ 2019-08-18 12:45:35 -04:00
James Patrick 1f955542e0 Added beginning and end of line keybinds.
home goes to the bol. end goes eol.
2019-08-08 22:08:16 -04:00
James Patrick 439f070b94 Added directory configuration to plug 2019-08-08 22:07:04 -04:00
James Patrick 74146fa0c4 Formating 2019-08-05 21:32:55 -04:00
James Patrick 96fa7dec37 Remvoved errant copy of aliases. 2019-08-05 21:31:49 -04:00
James Patrick ca4effa77d Relocated doom bin loading to path. 2019-08-05 21:16:31 -04:00
James Patrick e76bc30250 Formatting. 2019-08-04 20:50:18 -04:00
James Patrick eaed9d80df Added support for both DOOM and Spacemacs
To use one or the other specify set variable to either `doom` or
`spacemacs`. If no value is specified it will default to Spacemacs,
though this may change in the future.
2019-08-04 20:41:05 -04:00
James Patrick d97bd5b7a2 Organizing i3 config. 2019-08-04 17:09:30 -04:00
James Patrick 048141c771 Updated to use spacemacs master. 2019-08-04 17:08:04 -04:00
James Patrick 108e72b794 Added todoist and wifi-menu applicaitons 2019-08-04 17:06:54 -04:00
James Patrick 34d42a83d8 Disabling clipman and redshift.
I'm trying to figure out what is causing sway on my machine to
sporadically crash
2019-08-03 17:58:48 -04:00
James Patrick a8b85de566 Adding golang path to Code path. 2019-08-03 17:56:47 -04:00
James Patrick 47d48ee706 rework of i3 configuration 2019-06-28 20:18:26 -04:00
James Patrick e3b223a4f0 Added GOPATH to Path. 2019-06-28 20:17:56 -04:00
James Patrick 4df910b72d Updated makefile to use i3-msg instead of swaymsg. Copy and paste error. 2019-06-28 20:17:05 -04:00
James Patrick 6c27eb41e3 Fixed typo breaking OS and hostname binding script. 2019-06-28 20:16:14 -04:00
James Patrick b0396bcda4 Added empty user-config.el 2019-06-17 21:09:46 -04:00
James Patrick 1701752b32 Added Power Menu. 2019-06-17 21:07:14 -04:00