Commit graph

14 commits

Author SHA1 Message Date
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)