Commit graph

439 commits

Author SHA1 Message Date
289cbfe53a
Swap to ripgrep (slowly) 2023-02-05 20:18:42 -05:00
a65bd1be66
List changes since last tag 2023-01-31 13:35:16 -05:00
03495ac29f
Add nvim languages 2023-01-06 09:23:29 -05:00
c7543de2b0
Additional installs for work 2023-01-06 09:11:37 -05:00
b1f33b7acb
Add work gitconfig 2022-12-12 09:03:53 -05:00
303b43a939
MacOS fix for tmux terminfo
sourced from https://gpanders.com/blog/the-definitive-guide-to-using-tmux-256color-on-macos/

One day I'll learn how terminfo actually works
2022-12-10 09:56:54 -05:00
fdf329b3df
Prefer USER to USERNAME
USERNAME seems to act weird on MacOS in scripts and nvim conifig
2022-12-10 09:46:21 -05:00
a567fe4f12
Fixes to installer after running on MacOS 2022-12-10 09:28:35 -05:00
2b8c19e26f
Install fzf for zsh 2022-11-22 20:26:02 -05:00
4a005b8f8c
Minor fixes 2022-11-22 20:14:36 -05:00
8ef10b05ac
Move ruby 3 script to note instead 2022-11-22 20:14:12 -05:00
8bf2d214b6
Swap windows in tmux 2022-11-20 12:23:08 -05:00
8495c9d0b7
Allow renaming of files 2022-11-04 21:31:49 -04:00
ceaa139ea0
Script for Ruby with openssl3 install 2022-11-04 21:06:26 -04:00
074e0891ac
Cleanup after missed commits before format xD 2022-11-02 12:17:19 -04:00
ee2869e335
Prevent tmux color change if it's not running 2022-11-01 22:12:22 -04:00
32b33a73c5
Whoops.... 2022-11-01 21:41:37 -04:00
4143a7971a
Take first steos toward nvim lua config 2022-09-21 22:02:30 -04:00
e090f64788
Bring back crosshairs 2022-09-17 11:53:43 -04:00
55dbf9591d
Re-enable line column 2022-09-17 11:48:08 -04:00
36afcfabb4
Start using nvim where available (again) 2022-09-17 09:22:45 -04:00
648377fd75
Add context.vim 2022-09-17 00:03:47 -04:00
0589a622de
Try out some colors... 2022-09-15 22:52:12 -04:00
3a7a94ed34
Try out nvim again 2022-09-14 19:57:15 -04:00
6d8aa31c95
Cleanup install 2022-09-14 09:12:16 -04:00
a77f02c7bf
Migrate to Linuxbrew, prefer script to Makefile 2022-09-13 23:08:01 -04:00
7fd1eb3033
Try homebrew for linux 2022-09-13 20:17:06 -04:00
9fc9458e32
Format JSON in VIM 2022-09-13 14:46:20 -04:00
16fb581726
Remove syntastic for now
Rust + substrate + tooling xD
2022-09-13 14:40:28 -04:00
5ab4586494
Swap to gh over hub 2022-08-25 13:23:08 -04:00
90b01c3efd
More mac installs 2022-06-18 01:09:09 -04:00
6f14c93898
Include additional zsh env (fzf/gnu tar) 2022-06-18 00:49:38 -04:00
e3a2f44786
Use editorconfig :( 2022-06-18 00:48:35 -04:00
c93b80cd81
Try out syntastic 2022-05-21 10:12:48 -04:00
05940d1cd7
Override line length in Rust files 2022-05-21 09:59:42 -04:00
5586bfbf55
Setup vim for Rust (basic) 2022-05-18 10:45:30 -04:00
fe6902a615
Install additional necessary applications 2022-05-18 10:45:11 -04:00
df6d4ffe74
Swap work git configs 2022-05-09 12:18:21 -04:00
ade41f76f4
Try something different for OS swap in Makefile 2022-05-09 12:16:50 -04:00
e880636906
Install Rust 2022-05-04 20:41:34 -04:00
87628e0782
Open from vim to Github 2022-03-20 21:12:07 -04:00
0f819ecca6
export editor values 2022-03-12 18:23:15 -05:00
db8166fce8
Run commands repeatedly 2022-03-12 11:24:22 -05:00
e9b32586ab
Diff Rails credentials files 2022-03-12 11:24:09 -05:00
e635cc8573
Provide specific configuration for work (#4) 2022-02-23 09:19:29 -05:00
1101ab6766
Bump email 2022-02-23 08:59:31 -05:00
9038387fbc
Only test $1 as program in , 2022-02-03 20:05:34 -05:00
662063f37b
Provide shortcut to find personal bin exes 2022-02-02 23:17:43 -05:00
686a06e2b6
Don't let Debian (& friends) compinit
The zshrc file provided by Debian (and related distributions) at
/etc/zsh/zshrc runs compinit.  This means if we run compinit in our own
dotfiles, we will run it twice with minor impact to our startup time.
It also means if we are lazy and add a completion path to our user zshrc
(instead of user zshenv), compinit will run before we modify fpath
causing a complete rebuild and dump of completions since the file count
will change with significant impact to our startup time.  So let's
follow the instructions in the system zshrc file:

 If you don't want compinit called here, place the line
 skip_global_compinit=1
 in your $ZDOTDIR/.zshenv
2022-02-02 23:08:56 -05:00
2ba9571efa
Allow benchmarking of zsh 2022-02-02 23:08:09 -05:00