nixy
c35301bd9b
Custom irb configuration
2019-12-15 17:22:03 -05: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
someguy
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
someguy
fd9dcb7053
Remove default line width from vimrc
2017-11-02 23:22:08 -04:00
someguy
96d7dd170f
Change somes colors on readline prompts
2017-11-02 23:20:27 -04:00
someguy
4b810bb1a6
Add cool utf-8 prompt to cpython interpreter
2017-11-02 23:19:47 -04:00
someguy
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
someguy
1f51c06028
Remove KWM/KHD configuration
...
This isn't portable enough to really be here right now.
2017-11-02 23:13:54 -04:00
someguy
a20fd660ba
Remove unecessary vim syntax files
2017-11-02 23:11:40 -04:00
someguy
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
someguy
638c7e2f03
Remove sourcing of Nix stuff
...
Darwin multi-user installation has mostly removed the need to have
these.
2017-09-07 06:13:15 -04:00
someguy
486ca235fd
Make comments consistent.
...
There were some inconsistencies in capitilization
2017-07-18 05:04:40 -04:00
someguy
ac0e419468
Fixed an issue with vinegar submodule
2017-04-06 22:37:27 -04:00
someguy
6443ef5b20
Allow traversal of wrapped lines using 'j' and 'k'
2017-04-06 21:33:12 -04:00
someguy
f9858f3d4b
Added git submodules for snipmate dependencies
2017-04-06 21:31:50 -04:00
someguy
3fd739da93
Added submodule for snipmate
...
Also renamed vim-vinegar to vinegar
2017-04-06 21:29:25 -04:00
someguy
80ca4628ee
Added git submodule for vinegar
2017-04-06 10:52:46 -04:00
someguy
34ffef8e1a
Added git submodule for tagbar
2017-04-06 10:48:37 -04:00
someguy
79e86a6cbc
Reorganized .vimrc and added support for hasktags to tagbar
2017-04-06 10:46:02 -04:00
someguy
e56d63308b
Added git submodule for supertab
2017-04-06 10:40:30 -04:00
someguy
7d4784c58f
Added git submodule for vim-endwise
2017-04-06 10:35:03 -04:00
someguy
2ba478a674
Added git submodule for vim-pathogen
2017-04-06 10:34:01 -04:00
someguy
79d57ab9f1
Added git submodule for vim-commentary
2017-04-06 10:32:46 -04:00
someguy
382a149b10
Added submodule for eunuch plugin
2017-04-06 09:24:29 -04:00
someguy
c3723f6dfc
Added fugitive as a submodule
2017-04-06 07:38:20 -04:00
someguy
a22b697c08
Added vim sleuth as a git submodule
2017-04-06 07:35:27 -04:00
someguy
bb6b0a9641
Added nix filetype recognition as a submodule
2017-04-06 07:28:34 -04:00
someguy
8d0f1024ed
Added vim-slime as a submodule
2017-04-06 07:20:50 -04:00
someguy
dc8539ff79
Removed pencil plugin
2017-04-06 07:20:29 -04:00
someguy
7c52136278
Reorginazation after switching to GNU Stow for organizing dotfiles
2017-04-05 12:25:42 -04:00
someguy
e0445597d6
Fiddled with completion options.
...
Also switched tabs to two spaces by default. If I ever have to use
anything else, sleuth will pick it up so whatevs.
2017-02-02 09:01:52 -05:00
someguy
4a6381eaa9
Switched git modules to use HTTPS
2017-02-02 09:01:27 -05:00
someguy
783333144d
Improved vim tab completion
2016-12-16 10:22:32 -05:00
someguy
845e70b820
Modified readline modestings
2016-12-16 10:21:49 -05:00
someguy
bdd9601131
vim: removed dialect plugin
2016-10-12 04:37:10 -04:00
someguy
85f50d5ed3
vim: Increase history to maxmimum value
2016-10-12 04:34:52 -04:00
someguy
cead86df96
vimrc: Improved command mode completion
2016-10-12 04:21:09 -04:00
someguy
6e3865059e
vimrc: Disable internal pager
2016-10-12 02:59:04 -04:00
someguy
ae995b87d6
vimrc: Improved command definitions
...
Using the trailing '!' means that the file can be sourced without issue.
The comments were also switched to use a more imperative style.
2016-10-12 02:54:33 -04:00
someguy
ed50ab1a18
vimrc: Use default scrolling behavior
...
The scroll offset seemed like a good idea at the time, but quickly
became annoying.
2016-10-12 01:54:46 -04:00
someguy
aae7279768
vimrc: Change default tabs to use four spaces
2016-10-12 01:54:03 -04:00
someguy
bb5d29b9fc
vimrc: Added command to toggle line numbers
2016-10-12 01:52:30 -04:00
someguy
d3f2473f55
Don't autoload the pencil plugin for markdown
...
While pencil is pretty awesome, it can be a severe pain at times.
Disabling the automatic invocation for now until I can address these
pain points.
2016-10-12 01:27:17 -04:00
someguy
6d4ee75eb1
Use the .history directory for readline history
2016-10-03 02:34:34 -04:00
someguy
0d9a54719a
Initial commit
2016-10-03 01:07:29 -04:00