Commit Graph

556 Commits

Author SHA1 Message Date
32af063826 Added logout prompt. 2019-09-09 22:31:21 -04:00
7271daf860 Added additional options to directory tooling.
Most notiable is Extended globbing.
2019-09-05 18:38:36 +00:00
95c8eb96be Fixed issue for undefined spacemacs version is not specified 2019-09-05 18:36:55 +00:00
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
af327ff7f5 Added FiraCode Ligatures to doom config. 2019-08-26 14:35:50 -04:00
da3716a1d5 Added PIP support for Firefox Picture & Picture. 2019-08-21 23:07:24 -04:00
6cfa50a2a6 Formating and white spacing. 2019-08-21 22:11:02 -04:00
9aa3561079 Added please alias from @kathyra_ 2019-08-18 12:45:35 -04:00
1f955542e0 Added beginning and end of line keybinds.
home goes to the bol. end goes eol.
2019-08-08 22:08:16 -04:00
439f070b94 Added directory configuration to plug 2019-08-08 22:07:04 -04:00
74146fa0c4 Formating 2019-08-05 21:32:55 -04:00
96fa7dec37 Remvoved errant copy of aliases. 2019-08-05 21:31:49 -04:00
ca4effa77d Relocated doom bin loading to path. 2019-08-05 21:16:31 -04:00
e76bc30250 Formatting. 2019-08-04 20:50:18 -04:00
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
d97bd5b7a2 Organizing i3 config. 2019-08-04 17:09:30 -04:00
048141c771 Updated to use spacemacs master. 2019-08-04 17:08:04 -04:00
108e72b794 Added todoist and wifi-menu applicaitons 2019-08-04 17:06:54 -04:00
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
a8b85de566 Adding golang path to Code path. 2019-08-03 17:56:47 -04:00
47d48ee706 rework of i3 configuration 2019-06-28 20:18:26 -04:00
e3b223a4f0 Added GOPATH to Path. 2019-06-28 20:17:56 -04:00
4df910b72d Updated makefile to use i3-msg instead of swaymsg. Copy and paste error. 2019-06-28 20:17:05 -04:00
6c27eb41e3 Fixed typo breaking OS and hostname binding script. 2019-06-28 20:16:14 -04:00
b0396bcda4 Added empty user-config.el 2019-06-17 21:09:46 -04:00
1701752b32 Added Power Menu. 2019-06-17 21:07:14 -04:00
b8f9e403b9 Moved config. 2019-06-16 19:17:07 -04:00
eedbe2e6ce Formatting. 2019-06-16 19:16:07 -04:00
fdebc10966 Removed redundant comments from .gitignore. 2019-06-16 19:12:20 -04:00
3afd9d05ce Refactored for i3. Sway is having some issues.
I may end up using i3 for a little bit.
2019-06-16 19:09:46 -04:00
ccb3696285 Added no action for makefiles. 2019-06-16 18:58:36 -04:00
8f0eccefde Moved sway script into separate directory 2019-06-16 18:47:19 -04:00
c61227779e And I was mistaken. output calls swaybg. I readded it. 2019-06-16 14:44:43 -04:00
e39b5f52c3 Removed bg output as it was dropped in 1.1 in favor of swaybg.
https://github.com/swaywm/sway/releases/tag/1.1
2019-06-14 22:11:59 -04:00
3fac31bddb Refactor makefile for ssh. 2019-06-14 21:49:18 -04:00
de228e5011 Added init support for go, python, and shell. 2019-06-14 21:04:50 -04:00
a01e6dfd3f Making mako makescript more verbose. 2019-06-14 21:01:31 -04:00
611f2bd51b Added desktop to handle rofi "applications" 2019-06-14 20:47:58 -04:00
948da03559 Expanded media controller script to reduce git-chrun. 2019-06-10 00:14:30 -04:00
66c5e54c6a Added Bluetooth rofi controller
This was lifted from:
https://github.com/japorized/bin/blob/master/rofi-btctl
2019-06-10 00:13:13 -04:00
17205f3c3f Switched to bash for env.
Also removed unneeded width line.
2019-06-09 12:44:33 -04:00
e3fd511512 Switched to medium font. 2019-06-08 22:20:53 -04:00
2798db0f6a Added Rofi Applet theme for uhm applets. 2019-06-03 22:29:19 -04:00
586441ce31 Formatting 2019-06-03 22:28:28 -04:00
e624f90fed Added sourcing of .profile to .zprofile. 2019-06-03 00:43:01 -04:00
050bcb5bf2 Added Rofi Script for media controls.
Normally I would just bind this media keys but that doesn't exist on this
laptop.
2019-06-03 00:41:43 -04:00
c7beaf8f92 Switching to Nerd font version of FiraCode 2019-06-03 00:40:32 -04:00
e2581faa69 Removed temp monitor from waybar. 2019-06-02 21:50:57 -04:00
7d9f052223 Upped the default font size for rofi. 2019-06-02 21:50:29 -04:00
a7f561de72 Added color theme for rofi.
This is largely based off the default theme for rofi but with the pure color
theme applies.
2019-06-02 21:49:05 -04:00