Commit Graph

547 Commits

Author SHA1 Message Date
1073587022 Relocated additional config to config.d 2019-06-01 22:03:51 -04:00
431cbd46a4 Refactored the input configuration files into individual config
This is not the keybinds but configuration to the drivers for the keyboard and
trackpad.
2019-06-01 21:58:56 -04:00
4d0a7fc372 Removed unneeded comment. 2019-06-01 21:58:18 -04:00
49bb63f3c5 Added autostart for i3 2019-05-31 22:14:15 -04:00
01ea78d058 Added left/right/up/down variables. 2019-05-31 22:11:56 -04:00
f680f78e67 Added base i3 configuration.
This is the standard template for i3.
2019-05-31 22:04:17 -04:00
576646e646 Switched menu to super+space.
Also switched focus mode_toggle
2019-05-23 22:39:23 -04:00
0a5dd18e26 Upped the timeout for screenlock. 2019-05-23 22:39:01 -04:00
9a1857aa1e Added icons to neotree. 2019-05-18 19:52:33 -04:00
5fcdec6b4f Add deft and orgmode configuration.
Both my dev systems should have a symlinked ~/org directory that are synced
using Nextcloud. This added support for that.
2019-05-18 19:49:41 -04:00
b01de5a298 White space and comments. Nothing exciting. 2019-05-18 19:36:42 -04:00
76054826ac Added custom loaders for envs, and cleaned up custom file artifacts. 2019-05-18 19:35:55 -04:00
99c4dcebea Make pass prompt case insensitive. 2019-05-18 19:35:25 -04:00
523a53aee0 Cleaned up layers list 2019-05-18 19:34:23 -04:00
e137009579 Added Custom.el for emacs
All generated content should go here.
2019-05-17 01:23:52 -04:00
8caec07555 commented out tmux configurations that have been removed in current version. 2019-05-16 20:20:53 -04:00
d78d015f08 Added basic spacemacs support.
This is currently pretty barebones and is only meant for my current linux
machine. Spacemacs can be a bit messy with portability, so I'll need to
figure out:

1. How to have custom user-config sections

This can be done with a conditional load or a configuration layer.

2. Custom definition of layers.

As some layers will be OS specific.

Env specific paths in the layers can be moved to the user-config or user-init
section but I will need to find the documentation for this again.
2019-05-16 20:15:39 -04:00
cc1893d6b5 Added SSH awareness.
This should be used with

```
ifndef IS_SSH
```

I will try and move IS_MAC and IS_LINUX to work with this as well. Issue I'm
having is or statements.
2019-05-16 20:13:40 -04:00
e904a03948 Added back idle mode. 2019-05-14 22:39:27 -04:00
5f196b8bfc Added PIP mode.
Still need to figure out window positioning. Prior to this I was have used
xdotool but there is not currently an equivalent that does window sizing. Still
trying to figure out a good solution to this.
2019-05-14 22:37:21 -04:00
73addfe9a8 Updated menu. 2019-05-04 02:24:47 -04:00
9bc120e2cf Formatting. 2019-05-04 02:24:26 -04:00
4a7e1e6c5a Added rofi config.
Its pretty empty
2019-05-04 01:51:37 -04:00
7b7ea0a5a5 Switch to redundent autostart 2019-05-04 01:50:43 -04:00
4e36d0cf1a Added autostart module. 2019-05-04 01:47:36 -04:00
22a4e2a76a Added Aliases for zsh 2019-05-04 01:46:59 -04:00
00a03181fe Adding git.
This includes a reference to diff-so-fancy which does not exist on any of my
current servers. I will need to update this.
2019-05-03 19:41:39 -04:00
0082c0b72a Corrected ZPLUG_HOME to ZPLUG_DIR 2019-05-02 22:16:58 -04:00
a5c6341133 Update env_loader to work with new path. 2019-05-02 22:12:03 -04:00
d65427a1a6 Renamed env to environment.
Some how this was preventing the makefile from being able run the helper
scripts, do to a permission issue. I think somehow `env zsh` was trying to
traverse the env directory. I don't really have a better explanation than this.
2019-05-02 22:07:11 -04:00
8a6625ce23 Fixed constant for zplug dir 2019-05-02 21:43:05 -04:00
51b9582399 Fixed Typo in ZLE command. 2019-05-02 01:51:34 -04:00
6c2990e385 Added edit-command-line functions. 2019-05-02 01:49:26 -04:00
31d12e4344 Added preview functions for fzf. 2019-05-02 01:48:11 -04:00
c7afc0dcd1 Added comment 2019-05-02 01:45:59 -04:00
93dfad09b4 Added Mako configuration. 2019-05-02 01:18:39 -04:00
325f831796 Added alias function 2019-05-02 01:17:49 -04:00
326726b7a0 Added map for prompt 2019-05-02 01:04:01 -04:00
3fcd8d81e5 Updated report to use unicode X. Matches rest of pattern. 2019-05-02 00:48:47 -04:00
08b31bf97d Added prompt (Also keybinds) 2019-05-02 00:48:25 -04:00
539058a830 Added better support for autosuggest. 2019-05-02 00:48:04 -04:00
e79499c8e3 Added other nascent users. 2019-05-01 22:43:59 -04:00
3df5a67637 Added SSH config for jpatrick.io 2019-05-01 22:39:16 -04:00
f66468395f Added completion for ZSH. 2019-05-01 22:39:00 -04:00
0cb94a1d49 Added update to chmod ZDIR transient folder on init. 2019-05-01 21:07:07 -04:00
31f8b64413 Added history to zsh.
Users can still set $HISTFILE if they want to and this will be used instead.
If no value is specified it will default to the $ZDIR/transient/history file.
2019-05-01 21:05:11 -04:00
bac51362aa Added tmux-autostart function to start before the rest of the plugins.
This will prevent the double render issue that existed prior. It will still
 render twice, but the second render will be defered until after tmux has been
 quit.
2019-05-01 17:25:56 -04:00
25e31b3438 Added transient zsh files to ignore lsit. 2019-04-30 23:36:07 -04:00
927cc6a050 Added emacs temp files to ignore list. Also added MISC category. 2019-04-30 23:35:05 -04:00
3b54637ca7 Adding basic zsh configuration.
At this point the following doesn't work.

- prompt
- history
- most autocomplete

Additionally with the tmux script getting loaded zplug we are getting a double
render issue, which is increasing the start up time. I'll probably move this
before the .zshrc set to short circuit having to set up all zplug script twice
before having a useable shell.
2019-04-30 23:29:37 -04:00