Commit Graph

612 Commits

Author SHA1 Message Date
Talia c4d509239a Retab gitconfig 2020-05-15 20:36:12 +02:00
Talia 3be4c3ac86 Add gg bash alias to get home 2020-05-15 11:37:57 +02:00
Talia 0f20eff390 Add g command for easier navigation 2020-05-15 11:36:09 +02:00
Talia b306a3fa2d Add git root alias 2020-05-15 10:01:55 +02:00
Talia 20fabff976 Add gcd command to CD within git trees 2020-05-15 09:59:40 +02:00
Talia 4f704b1151 Disable kitty update check 2020-05-11 14:00:09 +02:00
Talia 31061ee0a8 Remove dx command (use dil instead) 2020-05-11 11:47:50 +02:00
Talia b7066fc84d Improve vim IL motion 2020-05-11 11:47:18 +02:00
Talia 0e43166569 Change text color for vim colorcolumn because contrast 2020-05-11 11:20:36 +02:00
Talia d5d5604ff7 Add vim asterisk surround operator 2020-05-11 11:17:30 +02:00
Talia b943911c14 Set relativenumber in Vim by default 2020-05-11 11:17:09 +02:00
Talia ed62755cfe Surround vim crypto settings in if(supprots) block 2020-05-11 11:16:21 +02:00
Talia 43f7f7c150 Add ColorColumn to vim 2020-05-11 11:15:43 +02:00
Talia 94f7990b8d Switch vim surround code 2020-05-07 15:04:45 +02:00
Talia 7b63c642cf Fix typo in vimrc 2020-05-06 17:08:41 +02:00
Talia b5b51f4ca7 Add hlcat bash alias 2020-05-06 17:00:25 +02:00
Talia 9dff1f802c Add line motions to vim 2020-05-06 16:36:04 +02:00
Talia a55329c0b4 Add parametrization for tabstop and expandtab from local vimrc 2020-05-05 10:46:04 +02:00
Talia 36bf0cfb36 Add initial kitty configuration 2020-05-04 15:52:24 +02:00
Talia c85b19b705 Add optional WinID argument to front and back scripts 2020-05-04 14:58:17 +02:00
Talia 9f09d45bfa Make globals persistent in = calculator
The expression evaluation environment is now persistent across an
interactive calculator session to allow easily using "global" variables.
2020-04-14 10:58:21 +02:00
Talia fd0f08754b Add local .gitignore files to git config 2020-04-07 14:25:17 +02:00
Talia 628916230d Fix syntax for Lua paths in profile 2020-04-02 13:22:09 +02:00
Talia e9acbc3170 Reset vim backspace configuration 2020-04-02 08:37:46 +02:00
Talia 97d7cf54ef Add Lua paths to profile 2020-04-01 15:01:24 +02:00
Talia 4e06839dbe Add toggle-previews mapping to ranger 2020-03-31 10:28:34 +02:00
Talia ee8f0ac2fe Configure git for per-project identities 2020-03-31 10:27:50 +02:00
Talia 104c845ebb Reset rangers default linemode to filename because bugs
In some cases ranger crashes or freezes when entering a directory with
long file titles in meta linemode.
2020-03-25 11:28:16 +01:00
Talia ea04bd6eb4 Reset vim backspace to see if this works better 2020-03-25 10:32:12 +01:00
Talia 0debcd7931 Improve 'back' and 'front' bash scripts 2020-03-22 12:12:47 +01:00
Talia 05ee7ce670 Change mappings for insert empty line 2020-03-22 11:56:48 +01:00
Talia b99292ce28 Add scripts to send window to back and undo 2020-03-22 09:36:45 +01:00
Talia 3f79ae0d27 Add script to run command on all cores 2020-03-22 09:36:26 +01:00
Talia 1c76b33721 Remove deleting latex files from build
This should be taken care of by some other tool, like git or whatever
2020-03-20 18:32:00 +01:00
Talia ee32c1df24 Improve terminal calculator script 2020-03-19 11:20:16 +01:00
Talia 5f2f8f86fb Add terminal calculator script 2020-03-19 10:59:20 +01:00
Talia 7700db358c Add scripts to add or remove window decorations 2020-02-18 16:57:13 +01:00
Talia 509ea4128b Fix bug in vim git script in file_at_revision function 2020-02-14 11:04:27 +01:00
Talia d44f3431a7 Put rangerlevel on second line in gitlong prompt 2020-02-13 15:20:30 +01:00
Talia e455d85b73 Make jobs and rangerlevel indicators less annoying 💢 2020-02-13 15:16:34 +01:00
Talia 2a023759f4 Replace active jobs symbol 2020-02-13 15:05:49 +01:00
Talia a8f28f7d99 Add zathura as default PS viewer 2020-02-12 15:25:29 +01:00
Talia 525dce4c53 Update GitNext vim command to also load working copy
This happens when already at the latest revision, and makes sense
considering GitPrev now fetches the latest version of a file from the
repository.
2020-02-07 14:26:18 +01:00
Talia 807679eb0b Make GitNext and GitPrev more robust
Instead of using an internally managed history, use a more complex call
of git log to figure out what revision to fetch a file from.
2020-02-07 14:14:19 +01:00
Talia 19252a52bb Fix gitpath for PWDs with symlinks 2020-02-07 13:15:51 +01:00
Talia 7f929e4ef4 Add a license to the repository 📜
- Allow for differing licenses in different files
- Allow for differing licenses in subdirectories
- Warranty disclaimer applies to everything, just in case
2020-02-06 08:56:26 +01:00
Talia e7a7c5e889 Update gitprompt colors 2020-02-05 09:41:58 +01:00
Talia d53cdfc901 Add jobs counter to bash prompts 2020-02-04 22:42:03 +01:00
Talia 3e8126f88c Improve device output on flash script 2020-02-04 22:26:06 +01:00
Talia c80f3e83dd Add script to flash images on block devices 2020-02-04 21:56:59 +01:00