Commit Graph

890 Commits

Author SHA1 Message Date
Talia 6b3f339593 Add take script
Reads N arguments from stdin and prints them
2019-07-24 10:50:34 +02:00
Talia 37884e03ac Add 1, 2 and 3 scripts 2019-07-24 10:41:49 +02:00
Talia e0cb29460d Add lines script
Prints each commandline parameter on a separate line
2019-07-24 10:34:36 +02:00
Talia 650a0a9af3 Add redshift configuration 2019-07-24 10:32:43 +02:00
Talia ee011355f2 Add LuaJIT converter scripts between JSON and YAML 2019-07-12 10:23:11 +02:00
Talia 352f7756d6 Disable line wrapping in vim by default 2019-07-05 10:44:04 +02:00
Talia d95ca43fb5 Bashrc cleanup 2019-07-02 13:35:59 +02:00
Talia 612f98db78 Add profile file (to be sourced in .profile) 2019-07-02 13:28:07 +02:00
Talia 561cf4f434 Fix light/dark switching for ayu in vim 2019-06-25 09:59:01 +02:00
Talia a97921d650 Improve colouring in git bash prompt 2019-06-25 09:58:33 +02:00
Talia adaa8e4a6e Add ta alias to attach to tmux session 2019-06-15 14:45:22 +02:00
Talia 66056d320c Improve Vim todo command 2019-06-03 15:34:17 +02:00
Talia d19a3f32d2 Allow spaces in todo files 2019-05-29 08:34:39 +02:00
Talia 168efd6dbd Rework bash prompt 2019-05-29 08:33:38 +02:00
Talia 7bfb0eb1df Add TODO functionality to vimrc
- rename Todo to Todos
- create new Todo command that opens a new file with some custom matches
2019-05-27 09:51:05 +02:00
Talia 119610c6b3 Improve Ruby search commands in vim 2019-05-21 12:17:58 +02:00
Talia 12355b4831 Add filetype plugin indent magic to vimrc 2019-05-21 12:14:07 +02:00
Talia 92daf8b59c Add DBlame command to vim 2019-05-21 08:47:00 +02:00
Talia c01fecb8b2 Redo Blame command for vim 2019-05-21 08:47:00 +02:00
Talia 00b4e918c0 Remove ruby F5 because useless ;) 2019-05-21 08:47:00 +02:00
Talia 0d08242502 Remove <F5> mapping for moonscript files 2019-04-08 17:14:29 +02:00
Talia bc66012d7f Add ranger config file
Source it with `source` just like bashrc and vimrc
(Original file at: ~/.config/ranger/rc.conf)
2019-03-16 10:42:19 +01:00
Talia 1b0fac7e60 Add ranger alias to keep current directory 2019-03-16 10:40:18 +01:00
Talia 78734fea3e Add leader-` to surround selection with ` 2019-03-10 09:22:05 +01:00
Talia 18129e31a7 Add GPG_TTY variable to bashrc 2019-02-25 14:59:37 +01:00
Talia 454d370f70 Change vim trailing listchar to · for consistency 2019-02-18 11:06:25 +01:00
Talia 746ecea87f Fix vim Light/Dark for Alduin color scheme 2019-02-15 09:19:21 +01:00
Talia 813e8cf916 Change vim space listchar from . to · 2019-02-13 09:42:57 +01:00
Talia cdd56a8af8 Improve vim listchars 2019-02-13 09:39:07 +01:00
Talia f467b026da Change vim tab char from arrow to bar 2019-02-13 08:26:35 +01:00
Talia 8236a7d243 Fix vim Light/Dark commands with papercolor theme 2019-02-08 10:31:14 +01:00
Talia 917a8e63d5 Add Ctrl-h and Ctrl-l to skip words 2019-02-01 10:59:48 +01:00
Talia c2476a54fa Fix directory count in bash prompt
Current directory (.) is no longer counted.
2018-12-30 13:28:43 +01:00
Talia e345e74360 Add .bashcd and .bashcdout hooks to cd 2018-12-23 21:40:14 +01:00
Talia 056b91da1d Add file/dir count to prompt and short prompt 2018-12-23 21:23:00 +01:00
Talia 0c7f600d01 Attempt to fix clipboard reset on vim exit 2018-12-11 09:20:10 +01:00
Talia 3ccfc40348 Add constant with arrow symbols to vim.moon 2018-12-11 09:20:10 +01:00
Talia 56b53ce265 Add - and _ to possible branch names in prompt 2018-12-09 13:52:47 +01:00
Talia 5f1860089e Fix git bash prompt for detached head state 2018-12-04 10:31:34 +01:00
Talia 3793618a36 Expand vim.DRAW to contain all box drawing symbols 2018-12-03 13:19:36 +01:00
Talia 33bcca2da5 Add leader-< mapping to enclose text with < and > 2018-11-29 09:17:31 +01:00
Talia 7824cbd7d1 Improve scratch script
It now execs bash, so the process chain doesn't get needlessly long with
nested calls to the script.
2018-11-29 08:54:00 +01:00
Talia 928694ebd1 Remove cmatrix alias that doesn't work globally 2018-11-28 12:52:08 +01:00
Talia 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
Talia ee35298a03 Add more stuff to gitconfig 2018-11-26 17:30:15 +01:00
Talia 85cb17a8af Fix bash git prompt error in fresh repositories 2018-11-26 15:34:04 +01:00
Talia 1a469f9e35 Restructure bash git prompt 2018-11-26 15:14:41 +01:00
Talia 4128670de2 Add gitconfig file
Can be included with

        [include]
          path = path/to/file

in local gitconfig.
2018-11-26 13:20:50 +01:00
Talia f45068d86b Set less encoding to utf-8
This should remove ugly output escapes in git.
2018-11-26 13:01:40 +01:00
Talia 2cb25c9c5b Merge github with local changes at workplace 2018-11-26 09:28:56 +01:00