Commit graph

131 commits

Author SHA1 Message Date
5efa8e898e
Drop Tmux config
Only added this crap because NeoVim was giving me crap. Tmux with it's
stock config hasn't done me wrong... that I know of.
2024-06-24 10:46:38 -05:00
19c802aa52
Add tmux config and bring back Neovim
Tmux config seems like it probably solved things. Wondering if I outta
put a line in there to automatically source the tmux config. Still can't
believe I've went this long without needing to muck with the tmux config
at all. I wonder how life will be different now, hopefully better.
2024-06-18 18:56:18 -05:00
bfba3fdf9d
Maybe in another life
Just wasn't for me
2022-06-21 13:32:42 -05:00
2abaf751f5
Replace Caps Lock with Hyper 2022-06-06 17:24:16 -05:00
b4f0dc8181
Stub out macOS/hammerspon stuff 2022-05-31 21:04:32 -05:00
1769b16f23
Getting crazy with vim-plug
In an effort to reduce the amount of manual lifting being done, I'm
finally coming back around to using a plugin manager for [n]vim.

Also formally swapping `vim` references for `nvim`.
2022-02-27 14:52:26 -06:00
95e3647bc9
Drop fzf from command check
Only checking for commands that are USED by the installer and not the
ones utilized within the dotfiles themselves. Since fzf has a sourced
file in the zshrc, it'll bark if that's missing already.
2022-02-27 13:45:49 -06:00
432ba3144e
Drop zsh plugins from installer
Same deal as fzf, moving away from installing these things as part of
the installer and favoring a version installed by the operating system's
package manager
2022-02-27 13:44:15 -06:00
703768d712
Drop fzf installation, favor package manager installed version
My dotfiles rarely change, but the plugins and apps I use have regular
updates. I don't refresh my local dotfiles frequently, so it makes sense
to favor moving these things out of my installer and let the operating
system's package manager handle keeping them up to date.

Also left some notes for later when I get my new MBP.
2022-02-27 13:32:48 -06:00
1ebbbcb8cd
Spring clean up
Quite a few updates to leverage GNU `stow` and reduce the manual efforts
in the install script. Localized my `[n]vim` color scheme of choice
since it hasn't been updated in years. Also updated the installer to
pull from remote instead of completely removing itself if it's already
present.

Contemplating moving to using some plugin managers for `zsh` and
`[n]vim` to help reduce the install size a bit more, and to provide a
bit more flexibility for anybody else running this.
2022-02-27 12:13:51 -06:00
e42350e849
Dropped bashrc
At this point, I always install / use zsh, so there's no point in
keeping this around just for the sake of thinking that maybe somehow
I'll do back to bash. If that day comes, I'll port my zshrc back to
bash.
2022-01-30 12:43:08 -06:00
eb03ed5196
Use the SSH URL instead 2021-04-25 15:56:58 -05:00
6da0c7a3dc
Clone instead of initializing
Not sure why I would have done it that way. Suspect I had a good reason
that I'm going to find out about down the road when this bites me.
2021-04-25 15:54:58 -05:00
1805dfa11f
Switch to main branch 2021-04-25 15:47:38 -05:00
58a3dbade3
Cleanup and bug fixes
Did some routine cleanup, mostly just dropping old commented out stuff
and other crap that was no longer applicable. Finally fixed the issue
where entering the `.git` directory would throw an error.
2021-03-28 11:46:27 -05:00
17dc2994f2
Dropped GNOME tweaks
End of year clean up. I've slowly been working away from my GNOME plugin
with a handful of customizations. The addition of disabling the
Activities hot corner in GNOME helped put the nail in the coffin.
Dropped the additional CSS that completely removes the window title
bars, just going at things a bit more stock in 2021
2020-12-29 22:08:46 -06:00
06c1339f7e
CoC didn't conquer me, sticking with ALE
Seemed great, but was a bit underwhelmed with out of the box linter
detection / support the way ALE does it.
2020-05-09 11:12:26 -05:00
2772b55d86
Fix color scheme save name 2020-05-09 10:51:23 -05:00
00fa8559ae
Switched colorschemes, got CoC compiling 2020-05-09 10:47:24 -05:00
dd2246ce4e
Switch out solarized for solarized8
Also commented out the COC stuff since it seems like it may not be
necessary any longer.
2020-05-09 10:16:10 -05:00
542efdf30b
Brought back typescript-vim
Been noticing some peculiar issues with saving TypeScript files. Only
thing that's seemingly changed is which syntax stuff I'm using. Also
noticed that `vim-polyglot` uses a TypeScript project with way less
stars than the one I was using previously.
2020-02-23 13:26:36 -06:00
3dde826e69
feat(vim): re-enable tsuquyomi
Noticing that linting is slower than I remember in TypeScript files,
re-enabling to see if this takes care of it.
2020-02-10 22:29:43 -06:00
9b1b67ac41
feat(vim): drop context.vim
Really thought I wanted this, but once I got it, I realized I was
mistaken. Seemed to lag vim a bit, and as mentioned, just didn't really
feel like I needed this once I had it.
2020-02-04 22:33:52 -06:00
db4effff2b
feat(install): skip vim when installing
Not too happy with trying to run this crap inside of vim, so opted to
just run the install script directly once it's downloaded.
2020-01-29 22:51:52 -06:00
9dc104c070
fix(install): move coc to after solarized
Running the command too soon threw an error due to the color scheme file
not being present.
2020-01-29 22:44:06 -06:00
dfa9547de4
fix(zsh): dropped auto-suggestions
Was borking the colors within GNU/Screen. Don't find the plugin valuable
enough to worry about trying to resolve it.
2020-01-29 22:42:20 -06:00
f0457c42d5
fix(install): finish installation of coc.nvim 2020-01-29 22:39:26 -06:00
2e2bbcdcea
feat(install): auditing plugins
About that time to go through and figure out what's working, and what's
not / not being used. For vim, dropped a handful of plugins that I felt
may be redundant. Simply commented them out as I will be adding them
back if I'm running into issues. Also added the fish-like
auto-suggestions plugin for zsh (yet again) to give yet another go with.
2020-01-29 22:07:55 -06:00
5ffd47af5d
Added a note about an additional step for COC to work. 2020-01-19 18:24:15 -06:00
2f76df813b
Swap Tabnine for COC 2019-11-11 13:25:45 -06:00
fbbb0e2cb8
Added some TS plugins 2019-10-17 15:25:31 -05:00
9733df4146
Disabled TabNine
It's cool and all, but wasn't completely satisfied with the memory usage.
2019-10-17 15:22:51 -05:00
f09a9ddb40
Added TabNine, cleaned up some of the installer
Installed was running as `sh` and a bunch of crap was lit up as being wrong in
POSIX mode, so just changed it over to run via `bash`. Added TabNine to the vim
install and added the appropriate `vimrc` stuff for that. Also dropped some old
color toggling shit I'm not using anymore.
2019-10-03 21:08:33 -05:00
24bc07f3ab
Fix installer permissions 2019-09-30 11:15:00 -05:00
600e1adb8b Patch up installer
Was getting into some weird territory where ZSH syntax was creeping in.
Reworked to be a pure shell script and updated the install instructions to
reflect that. Also a small bit of additional clean up in there.

Fixes #24
2019-09-29 15:41:16 -05:00
cfc516a82c
Fix gnome-terminal border in GNOME 3.32+
The `gnome-terminal` moved to the same fancy window decorations that the Files
app has. I still prefer my terminal be be 100% without border, so have to run
this to force the terminal into legacy mode.

Not sure how long this one will stick, but it's still working in GNOME 3.34

Closes #23
2019-09-29 12:15:06 -05:00
7ec5988b51
Use cURL instead of wget
Ran into an issue on a fresh Arch install where wget was not available. Seems
cURL comes pretty standard, so went ahead and switched this to that.

Fixes #22
2019-09-29 11:53:25 -05:00
13dd71e33a
Getting into some Neovim 2019-01-02 22:13:42 -06:00
8fd803ac9e
Back to solarized. 2018-11-27 14:47:48 -06:00
706ead5f00
Giving Base16 a shot 2018-11-11 11:41:06 -06:00
248f68a249
Create GNOME shell extensions directory
On a brand new system, this bombed out for me
2018-09-13 18:51:17 -05:00
66168ee036
Add editorconfig-vim 2018-08-22 13:52:20 -05:00
e40d0ca54a
Add vim syntax 2018-05-30 11:41:48 -05:00
8061efd112
Fix globbing 2018-05-24 14:22:46 -05:00
9cdf78906d
Whoops. 2018-05-06 13:53:29 -05:00
ade6081cc7
Small restructure, started custom shell extension 2018-05-06 13:43:23 -05:00
aa43af77bb
Fix path 2018-05-06 13:00:38 -05:00
9bfd04491b
Tweaks for gnome shell 2018-05-06 12:59:14 -05:00
eb531ba7c7
Clean up and fix save path 2018-04-21 14:38:03 -05:00
e77538294d
Solarized in vim 2018-04-21 14:33:28 -05:00