Commit graph

808 commits

Author SHA1 Message Date
5d74548f21 [zsh] Make prepend_to_path and append_to_path more interesting
Add a +e/-e argument (parsed with getopt) that conditionally exports $path.
2023-03-28 23:24:29 +00:00
6f1d8b4ecb Add iterm_set_font script to bin/ 2023-03-28 14:26:37 -07:00
18940fe091 [zsh] Remove init_profile_darwin_say_hello from init_profile_darwin 2023-03-28 10:53:27 -07:00
71176a516f [zsh] Remove the shebang from the init scripts 2023-03-28 10:53:27 -07:00
4a0fa054d8 [nvim] Iterate through the entries in each vim.opt table and create directories that should exist 2023-03-28 10:53:23 -07:00
6f6129f071 [zsh] Use the darwin- system info functions in init_profile_darwin_say_hello 2023-03-28 10:50:59 -07:00
6276b5f40e [zsh] Move Darwin $OSBUILD, $OSVERSION, and $HWMODEL
Move them from init_env_Darwin to their own functions in the new zsh/func/darwin
directory.
2023-03-28 10:50:59 -07:00
ace2f38ed2 [zsh] Remove duplicate Python setup in zsh_env_darwin 2023-03-28 10:50:59 -07:00
c4dc2c71ae [zsh] Remove old header comments and sourcing .zshenv.local from .zshenv; add init_env_fpath() 2023-03-28 10:50:59 -07:00
4c145641c5 [zsh] Background the ssh-add call in init_profile_darwin 2023-03-28 10:50:59 -07:00
75d8059bde [zsh] Convert binary_exists into a function declared inside the script 2023-03-28 10:50:59 -07:00
e805062df5 A few random tweaks to bin/num 2023-03-27 15:44:40 -07:00
970ed67788 [nvim] Comment about why resolving symlinks is necessary in config/nvim/after/ftplugin/lua.lua 2023-03-25 08:09:09 -07:00
f392afe533 [zsh] Fix the nethack function so it only triggers a remote session if you ask for it 2023-03-25 08:08:41 -07:00
79757c36a2 [nvim] Move ftplugin/lua.lua to after/ 2023-03-24 21:28:04 -07:00
fabcbec363 Redo bin/num so it prints JSON 2023-03-22 14:39:07 -07:00
858b9e1b40 [vim] Remove the color scheme stuff from vimrc.common 2023-03-22 14:37:49 -07:00
0a35616613 [nvim] Add the nvim config paths to &path when opening nvim/init.lua 2023-03-22 14:36:46 -07:00
eeeb516897 [nvim] Fix the merge conflicts (again) in the nvim config files 2023-03-22 14:35:47 -07:00
24229b0711 [nvim] Fix the editor metadata settings, again, for hopefully the last time 2023-03-21 10:32:26 -07:00
5898fe7381 Fix the Vim configuration in setup.sh 2023-03-20 13:50:05 -07:00
6f10bdccf7 [nvim] Add Theacodes Witchhazel color theme to my plugins list 2023-03-20 13:49:32 -07:00
acc755868c [emacs] Set a vim filetype for this file 2023-03-20 13:49:32 -07:00
19cf305d2b [nvim] Add a new colors Lua module that deals with colors
it provides a single reloadColorscheme function that applies the colorscheme and
a few of my own customizations.
2023-03-20 13:49:32 -07:00
e797d0d213 [nvim] Add highlighting for block and inline padding and margin declarations in CSS 2023-03-20 10:11:48 -07:00
aa81cb66eb [zsh] Move open-xcode function to its own file and autoload it in zshrc 2023-03-20 10:09:48 -07:00
3a3b73a915 [vim] Ensure backup, swap, and undo directories exist so those state files are placed correctly 2023-03-20 10:09:44 -07:00
31492fe257 [git] Blanket ignore *~ files 2023-03-20 10:04:22 -07:00
1919fd42a8 [git] Set core.editor to nvim 2023-03-20 10:04:22 -07:00
c6a8a333ab [nethack] Some rc tweaks after ascension 2023-03-20 08:42:43 -07:00
7993439e1d [zsh] Add playdate SDK configuration to the shell 2023-03-20 08:42:43 -07:00
6957a192af [vim] Fix the hlsearch toggle key binding 2023-03-20 08:42:43 -07:00
5ad761678a [vim] Move plugin management to vim-plug and .vim/plugins.vim 2023-03-20 08:42:39 -07:00
af9bc505bb Biggest update to setup.sh since the invention of bread
- Add a few items to skipitems that were missing
- Add a matches_skip_item function that checks if a basename matches one of the
  skip items
- Clean up files that match skipitems
- Add a +v arg that disables installing Vim modules
2022-12-13 14:13:01 -08:00
386b88ee9e [zsh] Really for real fix the &> and >& IO redirection confusion
init_env_vi was still using it
2022-11-30 11:43:22 -08:00
adfc594420 [zsh] Get the hostname back
Use != instead of -ne when checking $TERM_PROGRAM. This has been this way for years;
I do not really understand why this is happening now.
2022-11-30 11:41:55 -08:00
247a27cd78 [git] Add really-clean alias 2022-11-30 11:41:55 -08:00
833c4c8a6f [vim] Add ensureMetadataDirectoriesExist() and call it
This function creates backup, undo, and swap directories if they do not already exist
2022-11-16 08:58:07 -08:00
e71f78feee [vim] Explicitly specify swap and undo directories 2022-11-16 08:57:38 -08:00
3653b7c169 [mutt] Prefer text/html to text/plain mail formats 2022-11-16 15:34:03 +00:00
4188a238a7 [tmux] Update tmux.conf to use the newer versions of window-status settings 2022-11-16 15:33:47 +00:00
11ce2cd5c7 [zsh] Fix up init functions
- Use autoload +X in do_init_functions
- Properly redirect stdout and stderr in do_init_functions and init_env_vi so
  they don't print anything
2022-11-16 15:32:33 +00:00
4b2cef086f Add fetch_moon_data.py script to bin/ 2022-11-16 15:30:49 +00:00
4ac41e256a [vim] Remove command-t; it's been real o7 2022-11-15 17:50:18 -08:00
2e377a05e7 [git] Ignore *~ files 2022-11-15 17:50:18 -08:00
3dacd0156d [zsh] Add the time to the top line of the prompt 2022-10-31 10:27:21 -07:00
1fc6b06747 [zsh] Add init_env_aliases with some aliases to create maps and arrays 2022-10-20 09:20:29 -07:00
c858da2ab6 [Alfred] Set keyboard shortcut to Ctrl-Space 2022-10-20 08:54:23 -07:00
89bd505ca7 [Alfred] Tweak some appearance settings 2022-10-20 08:53:11 -07:00
ea4f707d23 [Alfred] Start tracking Alfred settings in dotfiles 2022-10-20 08:51:30 -07:00