|
4d3a7e4017
|
[xcode] Copy over IDETemplateMacros.plist with a simplified file header
|
2023-08-26 07:59:43 -07:00 |
|
|
cd98e5d1d6
|
[vim] Add a group to the ZSH path auto commands
|
2023-08-26 07:59:43 -07:00 |
|
|
148c79d7b2
|
[zsh] Add neovim_init_once function
|
2023-08-25 08:01:25 -07:00 |
|
|
556d125741
|
[vim] Add treesitter plugin
Add after config script
|
2023-08-25 08:00:56 -07:00 |
|
|
eb270c30bf
|
[vim] Add eslint and html LSP configs
|
2023-08-25 08:00:31 -07:00 |
|
|
945f30fc6c
|
[vim] Remove Witch Hazel plugin
|
2023-08-24 10:30:33 -07:00 |
|
|
00d69312b2
|
[vim] Add LSP support for Lua, JS, CSS, and HTML
|
2023-08-23 16:20:15 -07:00 |
|
|
e2e47d79fa
|
[vim] Fix up ensureMetadataDirectories function
|
2023-08-23 16:19:44 -07:00 |
|
|
0c9c8d0828
|
Misc updates to bin/colortest
|
2023-08-22 09:46:06 -07:00 |
|
|
bca8425025
|
Update Dracula Terminal.app colors
|
2023-08-22 09:46:06 -07:00 |
|
|
a4703c3509
|
[zsh] Unquote the Python Path in init_env_python
This was causing the for to loop through the characters of the string
rather than the directories in $pythonroot
|
2023-07-11 16:14:52 -07:00 |
|
|
fb144f1f3f
|
[vim] Remove my explicitly set path
|
2023-07-11 16:14:52 -07:00 |
|
|
7af40112cc
|
[vim] Remove Selecta and Command-T stuff from the old vimrc
|
2023-07-11 16:14:52 -07:00 |
|
|
5ce57ee011
|
[vim] Remove vim/bundle (finally!)
|
2023-07-11 16:09:21 -07:00 |
|
|
efeee59635
|
[neovim] Fix colors.lua
|
2023-07-11 16:09:21 -07:00 |
|
|
b689a9e84c
|
Update Dracula-ish Terminal.app color scheme
|
2023-07-11 16:09:21 -07:00 |
|
|
b2b82d28fc
|
Add Dracula-ish Terminal.app theme
|
2023-06-20 11:13:58 -07:00 |
|
|
8f74f0ae50
|
[neovim] Set a different color scheme for Terminal.app than for other terminals
|
2023-06-20 11:13:09 -07:00 |
|
|
18038b798e
|
Add colortest script
|
2023-06-20 11:11:02 -07:00 |
|
|
c7b10964a6
|
[neovim] Update colors
|
2023-06-20 11:11:02 -07:00 |
|
|
f6774a6a13
|
[zsh] Add homebrew site-functions to fpath
|
2023-06-01 10:27:12 -07:00 |
|
|
21ebcac9d5
|
[zsh] Fix some coding amateur hour in the *_path functions
|
2023-03-30 10:44:00 -07:00 |
|
|
dd7de9628e
|
[zsh] Make init_env_python a function inside of its script file
|
2023-03-30 10:39:37 -07:00 |
|
|
aa6e81fdeb
|
[zsh] Clean up path functions; init_path wasn't being called after definition
|
2023-03-30 10:39:37 -07:00 |
|
|
0aaffa1cca
|
[zsh] Remove shebangs from binary_exists and init_env
|
2023-03-29 12:53:13 -07:00 |
|
|
d1e8f59c53
|
[zsh,nvim] Set up vim's &path based on zsh's FPATH
|
2023-03-29 12:53:13 -07:00 |
|
|
711dd78a2f
|
[nvim] Bring over gitcommit.vim to the neovim location from vim/
|
2023-03-29 12:53:13 -07:00 |
|
|
9fa1756e45
|
[zsh] Echo the result of darwin-hardware-model instead of returning it
|
2023-03-29 12:53:13 -07:00 |
|
|
cdfbce2c4c
|
[zsh] Clean up init_path
|
2023-03-28 23:27:34 +00:00 |
|
|
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 |
|