Commit Graph

133 Commits

Author SHA1 Message Date
anmiller e1d39feb7d Extend default scrollback for screen 2024-07-16 17:13:15 +00:00
nixy f64da797ce 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"
2024-07-03 20:16:09 -04:00
anmiller ec19718182 Improve highlighting on selected pmenu 2024-06-11 20:21:07 +00:00
anmiller 6e88e2b333 Update flakes to support 24.05 and unstable branches 2024-06-07 13:47:48 +00:00
anmiller 4c312cfa58 Ensure persistent history exists 2024-06-07 13:46:39 +00:00
anmiller 11e8bf4bec Improve escaping for PS1 2024-06-07 13:44:14 +00:00
nixy a16b49a394 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
2024-06-06 23:20:54 -04:00
nixy 829e53d3cc Improve default window name for slime 2024-06-06 20:58:26 -04:00
nixy e02cdd0b66 Attempt to automatically extract session name from curren screen session 2024-06-06 20:56:25 -04:00
nixy c2ebab9a41 Don't do weird things with autocmd 2024-06-06 20:56:08 -04:00
nixy 5426e96bed Merge branch 'master' of git.nixy.moe:nixy/dotfiles 2024-06-05 21:03:06 -04:00
nixy 51b8138cf3 Update regex to match new direnv versions 2024-06-03 16:31:27 -04:00
nixy 790c132e07 Merge branch 'master' of https://git.nixy.moe/nixy/dotfiles 2024-06-03 16:30:07 -04:00
nixy 008d3720ff Add basic autocmds to wrap on markdown and open logs at the end 2024-06-02 17:24:00 -04:00
nixy 85cee95c2e 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
2024-05-22 14:25:21 +00:00
nixy 7360e32a08 Automatically install coder in nix environments 2024-05-21 20:33:17 +00:00
nixy c2286bb299 Remove vestigial vagrant reference 2024-05-21 20:33:17 +00:00
nixy 4c48565a8f Add installers for common programs to bring along 2024-05-21 20:33:17 +00:00
nixy edd3b72430 Make direnv prompt updating conditional to direnv's presence 2024-05-21 20:33:17 +00:00
nixy 772da66b96 Fix Direnv prompt whenver off primary hosts 2024-05-21 20:33:17 +00:00
nixy ac168d66d7 Beginner luasnip configuration for terraform 2024-05-21 20:33:17 +00:00
nixy 8937b9f566 Option select on tput working or use old fallback control codes 2024-05-21 20:33:17 +00:00
nixy c73a495540 Attempt to fix recursive cloning for submodules 2024-05-21 20:31:27 +00:00
nixy 406c50b4a5 Add a vim option select 2024-05-21 20:31:27 +00:00
nixy 4360067486 Merge branch 'master' of https://git.nixy.moe/nixy/dotfiles 2024-05-13 13:55:38 -04:00
nixy b156901695 Added conditional coloring of bash prompt dependent on direnv status 2024-05-12 22:58:50 -04:00
nixy bc00f7a310 Option select on tput working or use old fallback control codes 2024-04-15 16:43:28 +00:00
nixy 16545b322f Attempt to fix recursive cloning for submodules 2024-04-15 16:18:09 +00:00
nixy dafc207f96 Add a vim option select 2024-04-15 14:38:06 +00:00
nixy f81ee2834a Move persistent history to more appropriate location 2024-04-10 22:38:26 -04:00
nixy b7ce819dba Update git plugins 2024-04-10 22:35:31 -04:00
nixy f7b5147450 Improve bash history, add persistent history file 2024-04-10 16:47:36 +00:00
nixy 6246e75d81 Alias cat to always add a newline
Sometimes if a file doesn't have a newline cat will not do one, causing
prompt strangeness
2024-04-10 16:46:42 +00:00
nixy d901efe31a Add aliases for easy searching of history 2024-04-10 16:46:31 +00:00
nixy e15f254143 Add readline shortcuts for improved history searching 2024-04-10 16:37:56 +00:00
nixy fa7af5ee1f Address issues that cause shell lines to break 2024-02-27 17:14:13 +00:00
nixy 819c41de45 Beginning binding/config for luasnip 2024-02-15 20:13:36 -05:00
nixy c97ef61d30 Split up neonvim configuration into lua files rather than lua heredoc 2024-02-15 20:13:01 -05:00
nixy 0d5d35d5e1 Pin plugins to specific tagged versions rather than master + add luasnip 2024-02-15 18:42:52 -05:00
nixy 8c379c558a Update plugins 2024-02-15 18:17:27 -05:00
nixy 8ce45fc87c Update lspconfig 2024-02-09 17:24:02 +00:00
nixy ed9e0d4419 Add conditional SSH config construction 2024-02-08 14:55:12 +00:00
nixy dd35fe3b20 Update plugins 2024-02-06 20:08:30 -05:00
nixy c26f6a6bf5 More neovim testing 2024-02-06 18:29:51 -05:00
nixy 08713c254f Begin to examine neovim config 2024-01-31 01:36:32 +00:00
nixy 2d14e91f81 Add support for progressive neovimming 2024-01-30 14:48:07 +00:00
nixy 8dda8c7fbc Set hostname in prompt if through SSH 2024-01-04 15:23:08 +00:00
nixy 7d67ff0662 Add firefox as BROWSER 2023-12-03 21:53:24 -05:00
Andrew R. M a2076fd6f1 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.
2023-10-09 16:52:29 +00:00
nixy 0a90400806 Add ssh secret files for 23.05 to add back escape sequences 2023-06-05 21:03:35 -04:00