661e5516e7
Add a mechanism for building a cache of "system parameters"
...
- Add a system_parameters module to eryntools that implements some basic types and can write a cache to a file.
- Add a system-parameters Python script that builds the cache.
- Add init_system_parameters to zsh that exports an environment variable that points to the parameters file
- Add an eryn.system-parameters.plist LaunchAgent file for running the script at regular intervals
2024-03-05 11:08:53 -08:00
05b5fef583
[eryntools] Make eryntools a full-fledged package
2024-03-05 11:08:53 -08:00
7f2ab12b1e
[eryntools] Add a dotfiles package to eryntools
...
Implement a utility for finding the dotfiles repo. It assumes ~/.dotfiles unless an override is given.
2024-03-05 11:08:53 -08:00
f64df23eda
[eryntools] A new Python module full of useful utilities
...
Add a scripting module that implements absolute_script_path().
2024-03-05 11:08:53 -08:00
ddf3de5a80
[zsh] Implement a homebrew-prefix function and use it when setting up fpath
...
# Conflicts:
# zshrc
2024-03-05 11:08:37 -08:00
a2bf66480c
[zsh] Add the history number to RPROMPT
2024-03-05 11:07:49 -08:00
4bf1217b82
[vim] Add vim-fugitive and vim-gitgutter plugins
2024-03-05 11:07:49 -08:00
f9ddfc336e
[zsh] Add an alias for v=vi
2024-01-25 13:36:32 -08:00
2530d398d4
Lorem Ipsum generator script
2024-01-25 13:36:32 -08:00
b65bca7817
[git] Set the defaultBranch name to 'main'
2024-01-07 07:43:41 -08:00
74e66401f8
[neovim] Remove some stuff from Python config
2023-10-12 10:45:55 -07:00
a4e272bd6b
[neovim] Port snipmate snippets for Python over to Ultisnips
2023-09-10 15:47:32 -07:00
e779607c5f
[neovim] Add .vim in a top level of a git repo to runtimepath if it exists
2023-09-10 15:40:52 -07:00
9c31db5929
[clangd] Use c++11 for clangd
2023-09-10 15:40:00 -07:00
d7e2a53b42
[neovim] Set sw and sts to 2 for Go templates
2023-09-10 15:39:42 -07:00
2aa2c30bef
[neovim] Add clangd_extensions plugin
2023-09-10 15:38:12 -07:00
b381ff362d
[neovim] Set up all the LSP key bindings
2023-09-10 15:37:41 -07:00
47a622250f
[nvim,zsh] Set up pyright LSP for Python development
2023-09-06 10:19:21 -07:00
64ae7ed11f
[nvim] Set relativenumber
2023-09-06 10:19:21 -07:00
539aad7940
[vim] Strip trailing whitespace from lua files on save
2023-08-26 07:59:43 -07:00
060920c4fc
[vim] Let vim turn on filetype plugin and indent itself (remove it from vimrc.common)
2023-08-26 07:59:43 -07:00
e92d92afe0
[vim] Remove highlights and hlsearch settings from vimrc.common
2023-08-26 07:59:43 -07:00
eaa027a74f
[vim] Add fatih/go plugin
2023-08-26 07:59:43 -07:00
6c622b0aaf
[zsh] Add init_xcode and call it from darwin_init_once; add ~df path to dotfiles
2023-08-26 07:59:43 -07:00
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