Commit Graph

145 Commits

Author SHA1 Message Date
nixy 20934a6a08 Fix .bashrc 2025-04-05 16:38:28 -04:00
nixy 42ec31431e Improve Xtrace by hiding output of prompt commands 2025-04-05 16:38:28 -04:00
nixy db76feed3e Add python + LSP + gitlab-ci-local tool 2025-04-05 16:38:28 -04:00
nixy 82d5a313c4 Adjust PS1 for distrobox containers 2025-04-05 16:38:28 -04:00
nixy aa7b4417d0 Add nvim zk plugin 2025-04-05 16:38:28 -04:00
nixy e6ac283459 Add vim option select to shell profile 2025-04-05 16:38:28 -04:00
nixy b060cb0f83 Update colorscheme fix to be conditional on neovim version 2025-04-05 16:38:28 -04:00
nixy e12d4ae431 Refactor KDE to use konsave 2025-04-05 16:38:28 -04:00
nixy e0176bec1e Fix colorscheme for neovim v0.10+ 2025-04-05 16:38:28 -04:00
nixy c2d137749d Add vim-gitgutter to configuration 2025-04-05 16:38:28 -04:00
nixy 4d1f34dfe5 Update removal for newer nix profile output 2025-04-05 16:38:28 -04:00
nixy c0bf68b9e7 Update language servers/dev tools 2025-04-05 16:38:28 -04:00
nixy fa0d2e7077 Update nix to 2.18.7 and conditionally add ssl-cert to conf.nix 2025-04-05 16:38:28 -04:00
nixy 9dc7288b77 Add solargraph 2025-04-05 16:38:28 -04:00
nixy 99b5fd8319 Attempt to fix pinentry on non-nixos 2025-04-05 16:38:28 -04:00
nixy 9027cd9bc6 Add nix-shell prompt condition 2025-04-05 16:38:28 -04:00
nixy dec1d4009c More screen improvements 2025-04-05 16:38:28 -04:00
nixy f44ef83e66 Add ruby by default 2025-04-05 16:38:28 -04:00
nixy da3b0e4ab5 Extend default scrollback for screen 2025-04-05 16:38:28 -04:00
nixy 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
nixy 0ce1d88173 Improve highlighting on selected pmenu 2025-04-05 16:38:28 -04:00
nixy 1019f48597 Update flakes to support 24.05 and unstable branches 2025-04-05 16:38:28 -04:00
nixy 0165d9bad2 Ensure persistent history exists 2025-04-05 16:38:28 -04:00
nixy 17be8f5726 Improve escaping for PS1 2025-04-05 16:38:28 -04:00
nixy 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
nixy 6cdd6cea15 Improve default window name for slime 2025-04-05 16:38:28 -04:00
nixy 8c65fc2c45 Attempt to automatically extract session name from curren screen session 2025-04-05 16:38:28 -04:00
nixy c3ab44d1e2 Don't do weird things with autocmd 2025-04-05 16:38:28 -04:00
nixy 1829f987e9 Update regex to match new direnv versions 2025-04-05 16:38:28 -04:00
nixy 16bbf912c1 Add basic autocmds to wrap on markdown and open logs at the end 2025-04-05 16:38:28 -04:00
nixy 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
nixy 39a666c7b7 Automatically install coder in nix environments 2025-04-05 16:38:28 -04:00
nixy 223fd65981 Remove vestigial vagrant reference 2025-04-05 16:38:28 -04:00
nixy 94083316f6 Add installers for common programs to bring along 2025-04-05 16:38:28 -04:00
nixy 4ef1d15958 Make direnv prompt updating conditional to direnv's presence 2025-04-05 16:38:28 -04:00
nixy 97a4f9fa91 Fix Direnv prompt whenver off primary hosts 2025-04-05 16:38:28 -04:00
nixy 0f59972f1b Beginner luasnip configuration for terraform 2025-04-05 16:38:28 -04:00
nixy 1961395687 Option select on tput working or use old fallback control codes 2025-04-05 16:38:28 -04:00
nixy c394c74421 Attempt to fix recursive cloning for submodules 2025-04-05 16:38:28 -04:00
nixy 3636fb6d07 Add a vim option select 2025-04-05 16:38:28 -04:00
nixy ab6350f15a Added conditional coloring of bash prompt dependent on direnv status 2025-04-05 16:38:28 -04:00
nixy 54a937f610 Move persistent history to more appropriate location 2025-04-05 16:38:28 -04:00
nixy 709e9a7dd7 Update git plugins 2025-04-05 16:38:28 -04:00
nixy 44cf82a669 Improve bash history, add persistent history file 2025-04-05 16:38:28 -04:00
nixy 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
nixy ae09d9af9d Add aliases for easy searching of history 2025-04-05 16:38:28 -04:00
nixy 3ce108cc40 Add readline shortcuts for improved history searching 2025-04-05 16:38:28 -04:00
nixy 1e340b2a52 Address issues that cause shell lines to break 2025-04-05 16:38:28 -04:00
nixy f9040142cd Beginning binding/config for luasnip 2025-04-05 16:38:28 -04:00
nixy 8de18fd135 Split up neonvim configuration into lua files rather than lua heredoc 2025-04-05 16:38:28 -04:00