|
e8aae4ef89
|
[zsh] Move vi function to a simple alias in init_rc_vi
|
2022-05-26 09:06:15 -07:00 |
|
|
a66be0e49e
|
[zsh] Add /Users/eryn/Library/Developer/Xcode/DerivedData that points to Xcode's DerivedData
|
2022-05-25 15:13:21 -07:00 |
|
|
3addd3d3a2
|
[zsh] Move the hello message to its own Darwin-specific say_hello function
|
2022-05-25 15:10:08 -07:00 |
|
|
edf8034308
|
[zsh] Convert zprofile to do_init_functions
|
2022-05-25 14:37:29 -07:00 |
|
Eryn Wells
|
20414bb31c
|
[zsh] Add init_profile_darwin -- a Darwin specific init_profile
|
2022-05-25 14:12:08 -07:00 |
|
Eryn Wells
|
bb47c6cc52
|
[zsh] Add connect_ssh_agent to invoke ssh-agent anew or with pre-existing variables in ~/.ssh_agent_vars
|
2022-05-25 14:12:08 -07:00 |
|
Eryn Wells
|
9937af9f49
|
[zsh] Convert the public init_env steps to do_init_functions
|
2022-05-25 14:12:06 -07:00 |
|
Eryn Wells
|
f97f1bda34
|
[zsh] Add do_init_functions to run an array of functions
|
2022-05-25 14:10:08 -07:00 |
|
Eryn Wells
|
abf94e7104
|
[tmux] Get the %m right in the right side date
|
2022-05-25 14:10:08 -07:00 |
|
|
db8e255a8f
|
[zsh] Move setting up tilde paths to their own init function
|
2022-05-22 15:32:22 -07:00 |
|
|
44302e10ed
|
[tmux] Modernize the tmux conf a bit
|
2022-05-22 15:32:22 -07:00 |
|
|
0226d26f94
|
[zsh] Get the output redirection right for autoloads
|
2022-05-20 15:12:14 +00:00 |
|
|
1eb0f7ab8e
|
[nethack] Don't do the beatitude coloring; it wasn't working
|
2022-05-20 14:58:40 +00:00 |
|
|
9b86ce9955
|
[nethack] Let me pick my role
|
2022-05-20 14:58:16 +00:00 |
|
|
a8f7c60476
|
[nethack] Do NOT talk about walls
|
2022-05-20 14:58:00 +00:00 |
|
|
9d5f76e377
|
[nethack] Use DECgraphics in curses mode
|
2022-04-16 17:36:47 +00:00 |
|
|
aff206e2a0
|
[zsh] Update the nethack function to connect over SSH to alt.org
|
2022-04-11 15:17:49 -07:00 |
|
|
dc6c5bba98
|
[nethack] A ton of config updates and a bunch of copied stuff from some configs on alt.org
|
2022-04-11 15:17:48 -07:00 |
|
|
b93217719e
|
[nethack] Remove redundant OPTIONS line
|
2022-04-09 04:20:29 +00:00 |
|
|
01292bbaec
|
[nethack] Update options
|
2022-04-08 02:11:22 +00:00 |
|
|
631496ac13
|
[nethack] Update the rc file with new options
|
2022-04-07 18:28:53 -07:00 |
|
|
4d76782d7d
|
[vim,zsh] Setup for doing tidalcycles in vim, including paths to local ghc
|
2022-04-07 18:28:30 -07:00 |
|
|
d630b1ea71
|
[zsh] Remoe +X from .zshenv prepend_to_path autoload
|
2022-01-25 17:26:56 -08:00 |
|
|
de14a7c00d
|
[zsh] Open xcodeproj and xcworkspace files by looking for the currently selected Xcode
|
2022-01-25 17:26:56 -08:00 |
|
Eryn Wells
|
03a6f10522
|
[zsh] Convert zshenv autoloads to use -Uz instead of +X
|
2022-01-24 09:11:17 -08:00 |
|
Eryn Wells
|
ae3821afee
|
[nvim] Add a barebones nvim init.vim that sources ~/.vimrc
|
2022-01-24 08:59:56 -08:00 |
|
|
ceba39daf6
|
Update setup.sh to newer shell scripting standards; remove stale or broken dotfile symlinks from ~
|
2022-01-23 11:27:16 -08:00 |
|
|
ae71d58f19
|
[zsh] Disable the builtin on macOS so it doesn't conflict with the system log command
|
2022-01-23 11:26:45 -08:00 |
|
|
fb0a73a482
|
[zsh] Remove a stray newline
|
2022-01-22 21:48:49 -08:00 |
|
|
087ad33d2e
|
[zsh] Print date and system info on prompt start
|
2022-01-22 21:43:20 -08:00 |
|
|
f697e616d3
|
[zsh] Remove the wrapping init_path function
|
2022-01-22 21:33:28 -08:00 |
|
|
f3be935075
|
[zsh] Attempt to make establishing an ssh-agent session more robust
I don't think this quite works though.
|
2022-01-22 21:31:04 -08:00 |
|
|
fc3c6261e6
|
[zsh] Add Code and DerivedData path-y variables to init_env_darwin
|
2022-01-22 21:29:45 -08:00 |
|
|
6ee8b800cc
|
[zsh] Add Homembrew /opt paths to my path if they exist
|
2022-01-22 21:27:38 -08:00 |
|
|
8211c4e4f9
|
[zsh,darwin_init] Replace spaces in hostname with
|
2022-01-22 21:26:30 -08:00 |
|
|
ff561f808f
|
[zsh] Treat git-svn the same as git in the prompt
|
2022-01-22 21:23:52 -08:00 |
|
|
413799a85c
|
[zsh] Use default ZSH colors if LS_COLORS isn't defined
|
2022-01-22 11:05:18 -08:00 |
|
|
af50e7d66e
|
[vim] Add plist ftplugin file
|
2022-01-22 11:00:40 -08:00 |
|
|
b55e89fdd8
|
[vim] Add a JavaScript plugin and a plist autocmd
|
2022-01-22 11:00:40 -08:00 |
|
|
628b2c65d7
|
[vim] Add Witchhazel colorschemes from Stargirl
|
2022-01-22 11:00:40 -08:00 |
|
Eryn Wells
|
55dcb592d9
|
[git] Add amend and edit aliases; set some sendemail, LFS, and pull settings
|
2022-01-22 11:00:40 -08:00 |
|
|
52d70f77b1
|
Ignore .orig files
|
2022-01-22 11:00:40 -08:00 |
|
|
ff2666c518
|
Remove codetemplates/ and remove ZSH makers module -- I haven't used either in years
|
2022-01-22 10:24:39 -08:00 |
|
|
b6146c816b
|
Update the README, which hasn't been updated in literal years
|
2022-01-22 10:22:55 -08:00 |
|
|
1c2e9025cf
|
[zsh] Do a bunch of profiling and clean up all my init functions -- shell init is so much faster now!
|
2022-01-22 10:13:05 -08:00 |
|
|
7e126fe703
|
[zsh] Massively improve binary_exists
|
2022-01-22 10:12:21 -08:00 |
|
|
ed13222d7f
|
[zsh] Move init_rc_configure_ls to init_configure_ls
|
2022-01-22 10:12:03 -08:00 |
|
|
8eebcd73de
|
[zsh] Update the load_module function -- it's old and crusty
|
2022-01-22 09:40:46 -08:00 |
|
|
bb3fd71ddb
|
[zsh] Don't load the makers module
|
2022-01-22 09:40:13 -08:00 |
|
|
1c80ab1de4
|
[zsh] Remove all the ShellLog calls -- just too slow :(
|
2022-01-22 09:39:51 -08:00 |
|