Commit Graph
95 Commits
Author SHA1 Message Date
nixy edf8584f2a Conditionally source nix-profile if needed on non-nixos machines 2025-03-10 15:55:07 -04:00
nixy 30ff982bff Refactor code so coder_template_type is considered 2025-03-10 15:09:09 -04:00
nixy da4d9dc4ce In a devcontainer setup install nix packages 2025-03-07 15:21:23 -05:00
nixy 630160e1e9 Merge branch 'master' of git.nixy.moe:nixy/dotfiles 2025-01-23 14:48:08 -05:00
nixy 5ba18a9a7f Adjust PS1 for distrobox containers 2025-01-18 17:01:46 -05:00
nixy 157cb56eea Add nvim zk plugin 2025-01-18 17:01:30 -05:00
nixy 6d2ebcb505 Add vim option select to shell profile 2025-01-18 15:53:34 -05:00
nixy c2e40ce9df Update colorscheme fix to be conditional on neovim version 2024-12-04 10:11:40 -05:00
nixy 6c09b2c11b Merge branch 'master' of git.nixy.moe:nixy/dotfiles 2024-12-01 15:15:41 -05:00
nixy 8ff319f8de Fix colorscheme for neovim v0.10+ 2024-12-01 15:15:33 -05:00
nixy 561297d305 Refactor KDE to use konsave 2024-11-17 13:50:46 -05:00
nixy 7fbe76430d Add vim-gitgutter to configuration 2024-10-01 22:59:48 -04: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
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
nixy 0a90400806 Add ssh secret files for 23.05 to add back escape sequences 2023-06-05 21:03:35 -04:00
nixy 01aa7b1a4b Vim updates 2023-06-05 20:58:56 -04:00
nixy 071848c02e Getting started with ALE for LSP 2023-04-21 19:26:00 +00:00
nixy fcddc09cd1 Add 1 git-crypt collaborator
New collaborators:

	A6CBAA13 Andrew R. M. <amiller@trhc.com>
2022-11-10 10:17:16 -05:00
nixy 1459b4384d Add .gitignore for data files in taskwarrior 2022-11-10 10:13:01 -05:00
nixy 8963a8d66e Add option for local terminfo 2022-11-10 05:59:49 -05:00
nixy 95d46dd463 Add separate script for applying git-crypted dotfiles 2022-11-10 05:59:35 -05:00
nixy 13fa3b9b0a Add taskwarrior files 2022-11-10 05:58:03 -05:00
nixy 19888fa0b5 Add git-crypt to repository 2022-11-10 05:56:41 -05:00
nixy 52826dfbdc Add 1 git-crypt collaborator
New collaborators:

	70F64138 Andrew R. M. <nixy@local>
2022-11-10 05:54:12 -05:00
nixy 5d5a099936 Expand collapsed bash prompt hostname matching 2022-06-30 19:38:35 -04:00
nixy ec64564a12 Update vim plugins 2021-12-01 18:23:44 -05:00
nixy e1f402fa02 Remove direnv 2021-10-08 14:13:03 -04:00
nixy d438d653c2 Use HTTPS for vim-dim 2021-10-08 14:10:44 -04:00
nixy 320cba04f3 Add dim colorscheme and direnv plugin 2021-05-27 19:55:57 -04:00
nixy ab22a67b89 Remove snipmate since I'm no longer processing as much text 2021-05-19 20:59:18 -04:00
nixy fd177759df Remove extra snipmate jawns 2021-05-19 20:54:06 -04:00
nixy c579d5dd96 Update vim submodules 2021-05-19 20:50:33 -04:00
nixy 52614350da Start using tagbar more 2021-05-19 20:46:07 -04:00
nixy c8c98b541f Fix spacing 2021-04-08 18:14:31 +00:00
nixy 7efd916969 Merge branch 'master' of https://git.nixy.moe/nixy/dotfiles 2021-04-08 18:13:25 +00:00
nixy 56e2f5f7a7 Add sourcing of extra global home stored environment variables 2021-04-08 18:11:43 +00:00
nixy 67cd6e9e35 Update submodules 2020-06-15 18:29:34 +00:00
nixy 9ea3c15256 Remove direnv, wasn't using it 2020-02-08 11:35:43 -05:00
nixy b9d3b9a710 Update vim plugins 2019-12-15 17:41:06 -05:00
nixy d9d8bcb5f6 Fix application script to actually work 2019-12-15 17:41:06 -05:00
nixy 41a6e59d27 Attempt to special case displaying hostname in prompt
Make it pretty
2019-12-15 17:41:03 -05:00
nixy 341fdb8e2a Merge branch 'master' of git.nixy.moe:nixy/dotfiles 2019-12-15 17:25:20 -05:00
nixy 909fc02f42 Add script for applying dotfiles 2019-12-15 17:22:12 -05:00
nixy c35301bd9b Custom irb configuration 2019-12-15 17:22:03 -05:00
nixy 7183911d64 Update submodules 2019-09-19 17:39:00 +00:00
nixy 22b223a5c9 Default to dark background 2019-04-22 14:44:52 +00:00
nixy 85efa1e737 Source nix profile if present 2019-04-22 14:44:26 +00:00
nixy dc61e491d9 Add direnv to vim plugins 2019-04-22 14:43:49 +00:00
nixy c29c31200b Ensure that a history directory is created
This code did not actually work before ;_;

I forgot a !
2018-01-04 19:06:22 -05:00
nixy bb11db42a5 Ensure .profile is loaded by shells.
Took this code out of /etc/profile and /etc/bashrc from NixOS
2018-01-04 18:35:09 -05:00
nixy 1739eb4ecc Initialize KDE subdirectory
I honestly don't know if this will work that well, but here goes nothing
famalam
2017-11-10 19:01:18 -05:00
nixy f9a82e2d34 Make python prompt cooler!
I should probably do real work, but I'm waiting for something to compile
so ya know.
2017-11-03 16:26:13 -04:00
nixy 1338ee9f3a Make haskell prompt 100% purple
I don't know what I was thinking. Haskell is *obviously* purple.
2017-11-03 16:16:22 -04:00
nixy 9c0e600d10 Remove endwise module from vim configuration 2017-11-03 12:29:07 -04:00