Commit graph

298 commits

Author SHA1 Message Date
928694ebd1 Remove cmatrix alias that doesn't work globally 2018-11-28 12:52:08 +01:00
372f6c2d7e Improve Shift-R substitution
Shift-R now captures the original word so it can be used in the
substitution pattern and type less.
2018-11-28 09:17:20 +01:00
ee35298a03 Add more stuff to gitconfig 2018-11-26 17:30:15 +01:00
85cb17a8af Fix bash git prompt error in fresh repositories 2018-11-26 15:34:04 +01:00
1a469f9e35 Restructure bash git prompt 2018-11-26 15:14:41 +01:00
4128670de2 Add gitconfig file
Can be included with

        [include]
          path = path/to/file

in local gitconfig.
2018-11-26 13:20:50 +01:00
f45068d86b Set less encoding to utf-8
This should remove ugly output escapes in git.
2018-11-26 13:01:40 +01:00
2cb25c9c5b Merge github with local changes at workplace 2018-11-26 09:28:56 +01:00
87a6485177 Improve colors for branch display in bash git prompt 2018-11-19 21:33:37 +01:00
e5e62e6044 Add counter for removed files to bash git prompt 2018-11-19 21:30:40 +01:00
90dfa6fc12 Change bash git up/down arrow color 2018-11-19 21:22:10 +01:00
f7f7d59d09 Fix bash git branch for detatched head 2018-11-19 21:20:55 +01:00
3ed66ecb4e Remove 0 from git prompt when no modified files 2018-11-19 21:10:50 +01:00
706f866ab2 Add conky.conf 2018-11-19 21:04:18 +01:00
30e037fb98 Commend and improve bash prompt git stuff 2018-11-19 21:03:48 +01:00
4453192c57 Some refactoring in vim git stuff 2018-11-19 19:45:13 +01:00
8fca4f9ba8 Add git info to bash prompt 2018-11-19 19:44:53 +01:00
3adf4c36ef Moved vim git stuff to new file 2018-11-19 16:34:37 +01:00
ee83f27caa Remove now Bash alias 2018-11-07 13:34:48 +01:00
71d88db996 Remove clipstack Bash aliases 2018-11-07 13:34:18 +01:00
f15ee28803 Remove lynx Bash alias 2018-11-07 13:33:58 +01:00
ff230af05d Remove untar Bash alias 2018-11-07 13:33:50 +01:00
22ff4e1676 Remove lynxc Bash alias 2018-11-07 13:32:59 +01:00
5f22544fb6 Remove zbhere Bash alias 2018-11-07 13:32:39 +01:00
2ba06205c4 Remove rmd alias 2018-11-07 13:31:14 +01:00
68b107ee4c Add workspace alias 2018-11-07 13:30:49 +01:00
208d937f70 Fix bashrc colors 2018-11-06 20:02:35 +01:00
2628f161b1 Change color of @ in prompt
Previous color: white, now: blue
2018-11-06 15:50:51 +01:00
6a8d978bfd Add scratch script
This script creates a new temporary folder and starts a bash shell in
it. After the shell exits, the directory is deleted.
2018-11-06 14:36:31 +01:00
8c13c8c3de Add prompt to bashrc 2018-11-06 13:12:39 +01:00
90f0ac86bb Fix light/dark command for VIM with Papercolor 2018-11-01 19:12:34 +01:00
527ccaaf6c Fix vim colorscheme shenanigans 2018-10-30 16:21:00 +01:00
a51b6d43dc vim gitcompare to the right 2018-10-30 16:13:59 +01:00
9320c6c57d Add gvim font size regex for linux 2018-10-24 09:49:11 +02:00
697a90857c Streamline SetFontSize function for gvim 2018-10-22 10:40:24 +02:00
38c497474f Improve gvimrc 2018-10-22 10:40:24 +02:00
2f5d0bc253 Fix exe_prg in vimrc 2018-10-20 10:23:16 +02:00
ee7ace35d9 Fix auto-enclosing with brackets, quote marks, etc. 2018-10-19 14:59:53 +02:00
e7bdaf0e79 Change vimrc Scratch command to use enew
Scratch now changes the current window, instead of opening a new one.
2018-10-15 10:08:53 +02:00
64e4e304f8 Fix edge case in vimrc Number command
At exact powers of 10, the command would use one less digit than needed.
2018-10-15 10:07:05 +02:00
1ad2b3ee6b Add Markdown-specific settings to vimrc 2018-10-08 11:32:55 +02:00
1907290b34 Added back linebreak in vimrc
Turns out I was wrong about what this thing does tehe~
2018-10-08 11:13:37 +02:00
3d28bea6ea Add Modifiable vim command 2018-10-08 09:57:43 +02:00
16e6437b02 Fix lua search path in vim
This time for real (hopefully)
2018-10-08 09:13:49 +02:00
183ba2ee0c Remove linebreak option from vimrc 2018-10-08 09:13:03 +02:00
f91d37fcec Merge branch 'master' of https://github.com/DarkWiiPlayer/darkrc 2018-10-01 13:21:41 +02:00
d31b848d53 Clean gvimrc
Remove color-related stuff.
2018-09-26 15:14:28 +02:00
7c8cb5df9a Merge branch 'master' of https://github.com/DarkWiiPlayer/darkrc 2018-09-26 09:46:09 +02:00
8232faf5b9 Remove second shiftwidth statement in vimrc 2018-09-25 14:35:34 +02:00
45f301f8d3 Fixed global <F5> 2018-09-22 12:33:27 +02:00