Commit graph

19 commits

Author SHA1 Message Date
6043c65210 Swap in RTX (#1)
Reviewed-on: #1
2023-11-10 20:57:01 -05:00
87d65db1e5
Limit branch name length 2023-08-29 23:19:22 -04:00
c7543de2b0
Additional installs for work 2023-01-06 09:11:37 -05:00
2b8c19e26f
Install fzf for zsh 2022-11-22 20:26:02 -05:00
36afcfabb4
Start using nvim where available (again) 2022-09-17 09:22:45 -04:00
7fd1eb3033
Try homebrew for linux 2022-09-13 20:17:06 -04:00
6f14c93898
Include additional zsh env (fzf/gnu tar) 2022-06-18 00:49:38 -04:00
e880636906
Install Rust 2022-05-04 20:41:34 -04:00
0f819ecca6
export editor values 2022-03-12 18:23:15 -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
bd8b984fcb
Prefer gnu-sed 2022-01-18 09:20:22 -05:00
00c41d7552
Cleanup from reset after mac setup 2021-12-21 14:48:37 -05:00
bf26003ab3
Completely reset dotfiles (#2) 2021-12-21 13:19:10 -05:00
56722c33c1
Make sure Mac works 2021-11-07 08:10:47 -05:00
dfa33e81e8
Prevent Mac from reodering path 2021-11-06 13:00:08 -04:00
019f27d538
Do some spring cleaning 2021-11-06 11:18:14 -04:00
d9067797a5
Update for later versions of MacOS 2021-11-02 10:05:52 -04:00
4e5e48c64a
Use GNU stow to manage symlinks 2021-05-13 21:09:01 -04:00
Renamed from zshenv (Browse further)