Commit Graph

85 Commits

Author SHA1 Message Date
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
13fa3b9b0a Add taskwarrior files 2022-11-10 05:58:03 -05:00
19888fa0b5 Add git-crypt to repository 2022-11-10 05:56:41 -05:00
52826dfbdc Add 1 git-crypt collaborator
New collaborators:

	70F64138 Andrew R. M. <nixy@local>
2022-11-10 05:54:12 -05:00
Andrew R. M
8c2718bb2e Add vim-terraform module for nicer terraform experience 2022-09-07 19:01:14 +00:00
5d5a099936 Expand collapsed bash prompt hostname matching 2022-06-30 19:38:35 -04:00
ec64564a12 Update vim plugins 2021-12-01 18:23:44 -05:00
e1f402fa02 Remove direnv 2021-10-08 14:13:03 -04:00
d438d653c2 Use HTTPS for vim-dim 2021-10-08 14:10:44 -04:00
320cba04f3 Add dim colorscheme and direnv plugin 2021-05-27 19:55:57 -04:00
ab22a67b89 Remove snipmate since I'm no longer processing as much text 2021-05-19 20:59:18 -04:00
fd177759df Remove extra snipmate jawns 2021-05-19 20:54:06 -04:00
c579d5dd96 Update vim submodules 2021-05-19 20:50:33 -04:00
52614350da Start using tagbar more 2021-05-19 20:46:07 -04:00
c8c98b541f Fix spacing 2021-04-08 18:14:31 +00:00
7efd916969 Merge branch 'master' of https://git.nixy.moe/nixy/dotfiles 2021-04-08 18:13:25 +00:00
56e2f5f7a7 Add sourcing of extra global home stored environment variables 2021-04-08 18:11:43 +00:00
67cd6e9e35 Update submodules 2020-06-15 18:29:34 +00:00
9ea3c15256 Remove direnv, wasn't using it 2020-02-08 11:35:43 -05:00
b9d3b9a710 Update vim plugins 2019-12-15 17:41:06 -05:00
d9d8bcb5f6 Fix application script to actually work 2019-12-15 17:41:06 -05:00
41a6e59d27 Attempt to special case displaying hostname in prompt
Make it pretty
2019-12-15 17:41:03 -05:00
341fdb8e2a Merge branch 'master' of git.nixy.moe:nixy/dotfiles 2019-12-15 17:25:20 -05:00
909fc02f42 Add script for applying dotfiles 2019-12-15 17:22:12 -05:00
c35301bd9b Custom irb configuration 2019-12-15 17:22:03 -05:00
7183911d64 Update submodules 2019-09-19 17:39:00 +00:00
22b223a5c9 Default to dark background 2019-04-22 14:44:52 +00:00
85efa1e737 Source nix profile if present 2019-04-22 14:44:26 +00:00
dc61e491d9 Add direnv to vim plugins 2019-04-22 14:43:49 +00:00
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
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
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
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
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
9c0e600d10 Remove endwise module from vim configuration 2017-11-03 12:29:07 -04:00
d0ea94c3f2 Move prompt management into bash configuration
Also add better history management. I've been using GNU screen for a
while which messes up history for a lot of shells. Every shell will now
  append to and reread history after each command.
2017-11-03 08:05:36 -04:00
fd9dcb7053 Remove default line width from vimrc 2017-11-02 23:22:08 -04:00
96d7dd170f Change somes colors on readline prompts 2017-11-02 23:20:27 -04:00
4b810bb1a6 Add cool utf-8 prompt to cpython interpreter 2017-11-02 23:19:47 -04:00
1d1cc96b3b Modify ghci startup file
Don't load any language extensions by default and change the prompt for
+1 coolness
2017-11-02 23:17:19 -04:00
1f51c06028 Remove KWM/KHD configuration
This isn't portable enough to really be here right now.
2017-11-02 23:13:54 -04:00
a20fd660ba Remove unecessary vim syntax files 2017-11-02 23:11:40 -04:00
7b4416edb4 Make sure to use bash syntax highlighting for SH
Needed for MacOS. This syntax highlighting isn't explicitly bash.
Certain POSIX shell features would break MacOS's sh highlighting
2017-09-07 06:14:49 -04:00