Commit Graph

68 Commits

Author SHA1 Message Date
Andrew Tomaka 5bab31467c
rtx is now mise 2024-02-15 16:36:40 -05:00
Andrew Tomaka cc7cdf95ca
Allow some aliases to work on empty commits 2024-02-02 11:14:17 -05:00
Andrew Tomaka a2955fb51d
Allow fzf to pass ' names to xargs 2024-02-02 11:14:02 -05:00
Andrew Tomaka 3d44a90381
Remove replaced version managers 2023-11-18 23:09:02 -05:00
Andrew Tomaka 6043c65210 Swap in RTX (#1)
Reviewed-on: #1
2023-11-10 20:57:01 -05:00
Andrew Tomaka 87d65db1e5
Limit branch name length 2023-08-29 23:19:22 -04:00
Andrew Tomaka 42fff94fb4
Load orbstack 2023-08-27 10:04:04 -04:00
Andrew Tomaka c558a2ba17
Returned standard profile variable for AWS 2023-08-27 09:54:53 -04:00
Andrew Tomaka 96265b99ab
Allow unchecked in source files 2023-08-27 09:54:53 -04:00
Andrew Tomaka 7383759af6
Stop calling git in aliases
we might not be in a git dir
2023-08-26 21:36:54 -04:00
Andrew Tomaka 6c43a5b84d
Slight branch display change 2023-08-26 21:17:54 -04:00
Andrew Tomaka 7dcd6f958e
( ͡° ͜ʖ ͡°) 2023-05-31 16:59:46 -04:00
Andrew Tomaka 8bd52e2017
Advanced git-checkout 2023-05-25 21:18:04 -04:00
Andrew Tomaka de5a133313
Include quick linting git commit 2023-05-07 09:42:44 -04:00
Andrew Tomaka ec677a8d74
Run a command until it exits with failure 2023-04-17 08:49:28 -04:00
Andrew Tomaka b0ddcb9f55
Provide better alias name 2023-04-08 08:44:41 -04:00
Andrew Tomaka ed6f0f2215
Alias adding git trailers 2023-04-08 01:40:42 -04:00
Andrew Tomaka e992ac389d
Prefer bin/rails when available 2023-04-07 19:34:44 -04:00
Andrew Tomaka a65bd1be66
List changes since last tag 2023-01-31 13:35:16 -05:00
Andrew Tomaka c7543de2b0
Additional installs for work 2023-01-06 09:11:37 -05:00
Andrew Tomaka 2b8c19e26f
Install fzf for zsh 2022-11-22 20:26:02 -05:00
Andrew Tomaka 4a005b8f8c
Minor fixes 2022-11-22 20:14:36 -05:00
Andrew Tomaka 36afcfabb4
Start using nvim where available (again) 2022-09-17 09:22:45 -04:00
Andrew Tomaka 7fd1eb3033
Try homebrew for linux 2022-09-13 20:17:06 -04:00
Andrew Tomaka 6f14c93898
Include additional zsh env (fzf/gnu tar) 2022-06-18 00:49:38 -04:00
Andrew Tomaka e880636906
Install Rust 2022-05-04 20:41:34 -04:00
Andrew Tomaka 0f819ecca6
export editor values 2022-03-12 18:23:15 -05:00
Andrew Tomaka db8166fce8
Run commands repeatedly 2022-03-12 11:24:22 -05:00
Andrew Tomaka 662063f37b
Provide shortcut to find personal bin exes 2022-02-02 23:17:43 -05:00
Andrew Tomaka 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
Andrew Tomaka 2ba9571efa
Allow benchmarking of zsh 2022-02-02 23:08:09 -05:00
Andrew Tomaka 684ea21fa1
( ͡° ͜ʖ ͡°) 2022-01-24 21:53:52 -05:00
Andrew Tomaka bd8b984fcb
Prefer gnu-sed 2022-01-18 09:20:22 -05:00
Andrew Tomaka f5af7f2580
Cache completion loading 2022-01-18 09:18:30 -05:00
Andrew Tomaka c1f30fcbce
Prevent git alias from immediate evaluation 2022-01-13 09:09:29 -05:00
Andrew Tomaka 437057a1f8
Create aliases to change to git root 2022-01-12 21:42:45 -05:00
Andrew Tomaka a1397f2027
Slightly better completion 2022-01-12 21:39:59 -05:00
Andrew Tomaka 0d1d285887
Show git branch in prompt 2022-01-11 22:30:37 -05:00
Andrew Tomaka 00c41d7552
Cleanup from reset after mac setup 2021-12-21 14:48:37 -05:00
Andrew Tomaka bf26003ab3
Completely reset dotfiles (#2) 2021-12-21 13:19:10 -05:00
Andrew Tomaka 4abd1a6ffc
Play with colors--and make it worse... 2021-11-30 09:35:02 -05:00
Andrew Tomaka 56722c33c1
Make sure Mac works 2021-11-07 08:10:47 -05:00
Andrew Tomaka dfa33e81e8
Prevent Mac from reodering path 2021-11-06 13:00:08 -04:00
Andrew Tomaka 5e6e338807
Utilize compinit caching
Substantial speedup
2021-11-06 11:19:14 -04:00
Andrew Tomaka 019f27d538
Do some spring cleaning 2021-11-06 11:18:14 -04:00
Andrew Tomaka d9067797a5
Update for later versions of MacOS 2021-11-02 10:05:52 -04:00
Andrew Tomaka f4d6699588
Ship it xD 2021-11-02 09:48:51 -04:00
Andrew Tomaka 1778b4d836
Remove asdf 2021-06-25 19:29:48 -04:00
Andrew Tomaka 5832f20aec
Hack in some more ruby test running 2021-06-18 22:10:46 -04:00
Andrew Tomaka ce3c1690cb
Replace sublime text with vscode 2021-06-18 22:10:33 -04:00