da3b0e4ab5
Extend default scrollback for screen
2025-04-05 16:38:28 -04:00
6935843cee
Move vim option select to execute logic at alias def time
...
Using the function would cause problems when trying to perform a `sudo
vim`. The sudo command would run in a root shell which does not have my
shells functions (but does have it's aliases) so then any attempt to
sudo vim would fail with "vim_option_select: command not found"
2025-04-05 16:38:28 -04:00
0ce1d88173
Improve highlighting on selected pmenu
2025-04-05 16:38:28 -04:00
1019f48597
Update flakes to support 24.05 and unstable branches
2025-04-05 16:38:28 -04:00
0165d9bad2
Ensure persistent history exists
2025-04-05 16:38:28 -04:00
17be8f5726
Improve escaping for PS1
2025-04-05 16:38:28 -04:00
8fc91ea898
Fix for vim colorscheme
...
LSP diagnostics use the same coloration as menu completion, which I had
_mostly_ ignored for a long time because while black on magenta is bad,
most of the text was black. Now that LSP is trying to use it, it then
rehighlights the text within the box many colors and then having magenta
as a background is bad
2025-04-05 16:38:28 -04:00
6cdd6cea15
Improve default window name for slime
2025-04-05 16:38:28 -04:00
8c65fc2c45
Attempt to automatically extract session name from curren screen session
2025-04-05 16:38:28 -04:00
c3ab44d1e2
Don't do weird things with autocmd
2025-04-05 16:38:28 -04:00
1829f987e9
Update regex to match new direnv versions
2025-04-05 16:38:28 -04:00
16bbf912c1
Add basic autocmds to wrap on markdown and open logs at the end
2025-04-05 16:38:28 -04:00
4d5084e5aa
Make a root single user nix install possible
...
Taken from this issue https://github.com/NixOS/nix/issues/1559
This is only so that the script will succeed when running in docker
containers without systemd (can't use multi-user) and that have root as
the default user, a shockingly common practice
2025-04-05 16:38:28 -04:00
39a666c7b7
Automatically install coder in nix environments
2025-04-05 16:38:28 -04:00
223fd65981
Remove vestigial vagrant reference
2025-04-05 16:38:28 -04:00
94083316f6
Add installers for common programs to bring along
2025-04-05 16:38:28 -04:00
4ef1d15958
Make direnv prompt updating conditional to direnv's presence
2025-04-05 16:38:28 -04:00
97a4f9fa91
Fix Direnv prompt whenver off primary hosts
2025-04-05 16:38:28 -04:00
0f59972f1b
Beginner luasnip configuration for terraform
2025-04-05 16:38:28 -04:00
1961395687
Option select on tput working or use old fallback control codes
2025-04-05 16:38:28 -04:00
c394c74421
Attempt to fix recursive cloning for submodules
2025-04-05 16:38:28 -04:00
3636fb6d07
Add a vim option select
2025-04-05 16:38:28 -04:00
ab6350f15a
Added conditional coloring of bash prompt dependent on direnv status
2025-04-05 16:38:28 -04:00
54a937f610
Move persistent history to more appropriate location
2025-04-05 16:38:28 -04:00
709e9a7dd7
Update git plugins
2025-04-05 16:38:28 -04:00
44cf82a669
Improve bash history, add persistent history file
2025-04-05 16:38:28 -04:00
fd08d4ed13
Alias cat to always add a newline
...
Sometimes if a file doesn't have a newline cat will not do one, causing
prompt strangeness
2025-04-05 16:38:28 -04:00
ae09d9af9d
Add aliases for easy searching of history
2025-04-05 16:38:28 -04:00
3ce108cc40
Add readline shortcuts for improved history searching
2025-04-05 16:38:28 -04:00
1e340b2a52
Address issues that cause shell lines to break
2025-04-05 16:38:28 -04:00
f9040142cd
Beginning binding/config for luasnip
2025-04-05 16:38:28 -04:00
8de18fd135
Split up neonvim configuration into lua files rather than lua heredoc
2025-04-05 16:38:28 -04:00
673500eea6
Pin plugins to specific tagged versions rather than master + add luasnip
2025-04-05 16:38:28 -04:00
82db8eb050
Update plugins
2025-04-05 16:38:28 -04:00
f409105b58
Update lspconfig
2025-04-05 16:38:28 -04:00
9780b18e08
Add conditional SSH config construction
2025-04-05 16:38:28 -04:00
582ec5aba5
Update plugins
2025-04-05 16:38:28 -04:00
cd149a2cf5
More neovim testing
2025-04-05 16:38:28 -04:00
b2c9f720ab
Begin to examine neovim config
2025-04-05 16:38:28 -04:00
381a5b8f05
Add support for progressive neovimming
2025-04-05 16:38:28 -04:00
fc9a068d01
Set hostname in prompt if through SSH
2025-04-05 16:38:28 -04:00
ce8f3b4463
Add firefox as BROWSER
2025-04-05 16:38:28 -04:00
f9a84f9b58
Make dotfiles compatible with gitpod style dotfiles
...
Add an install.sh that attempts to determine the OS, install stow and
then call my apply-dotfiles script to use stow.
The old installation process that was based on nix, has been moved to
nix-install.
2025-04-05 16:38:19 -04:00
0a90400806
Add ssh secret files for 23.05 to add back escape sequences
2023-06-05 21:03:35 -04:00
01aa7b1a4b
Vim updates
2023-06-05 20:58:56 -04:00
071848c02e
Getting started with ALE for LSP
2023-04-21 19:26:00 +00:00
fcddc09cd1
Add 1 git-crypt collaborator
...
New collaborators:
A6CBAA13 Andrew R. M. <amiller@trhc.com>
2022-11-10 10:17:16 -05:00
1459b4384d
Add .gitignore for data files in taskwarrior
2022-11-10 10:13:01 -05:00
8963a8d66e
Add option for local terminfo
2022-11-10 05:59:49 -05:00
95d46dd463
Add separate script for applying git-crypted dotfiles
2022-11-10 05:59:35 -05:00