Commit Graph

68 Commits

Author SHA1 Message Date
9b421d742f
zsh: add .dng to LS_COLORS 2022-12-09 23:20:28 +01:00
28d8b90d77
zsh: add colours for ninja and meson files 2022-10-26 08:34:47 +02:00
3c3bc725fe
zsh: add tex and pdf files to LS_COLORS 2022-09-13 01:53:43 +02:00
9ac5d0065f
zsh: fix in-nvim detection 2022-08-30 22:30:18 +02:00
5c381ad548
nvim: change server socket fallback to user dir 2022-08-27 17:41:41 +02:00
027f2066b6
nvim: add ${USER} to socket name 2022-08-24 16:13:39 +02:00
ce0cba8ff2
nvim: start server if none runs, connect to parent from :term 2022-08-24 15:53:14 +02:00
186544c088
zsh: add ${HOME}/.local/opt/bin to path
I put language servers there for now
2022-08-10 21:24:43 +02:00
8f3f56b771
Revert "use use nvim -p by default"
This reverts commit ad7f30759b.
2022-08-08 18:59:38 +02:00
ad7f30759b
use use nvim -p by default 2022-08-08 16:59:50 +02:00
0eaee2bc1a
set nvim as default editor 2022-08-08 13:14:26 +02:00
0c933d0a6b
Initialize LS_COLORS
Needed in order for Zsh to pick up default dir colours and so on.
2022-05-01 08:36:08 +02:00
3820ba8626
Replace regular expressions with globs 2022-04-28 12:56:50 +02:00
d2e68c5c8f
Reorganise highlighter selection in less and cat
- LESSOPEN contains lesspipe{,sh} only
- ~/.lessfilter tries more highlighters
- cat-highlight processes each file independently
- cat-highlight tries to use ~/.lessfilter
2022-04-24 23:53:52 +02:00
d483b23eb1
Zsh-ify PATH and MANPATH 2022-04-24 23:02:02 +02:00
f69d921bcf
Prioritise ~/.local/bin 2022-04-15 14:11:27 +02:00
77a4a3325e
Remove --validate-input from highlight
It causes some text to be swallowed
2022-04-12 07:33:14 +02:00
299b9448fc
change audio + video colors in LS_COLORS 2022-04-11 04:50:29 +02:00
aa036cb6bf
Zsh: Rename zaliases, zkeys and zsecrets 2022-04-08 00:35:06 +02:00
98a36aa78c
Zsh: Move plugin management into own file
Also Don't install plugins that are already installed by the package
manager.
2022-04-05 16:11:10 +02:00
09c6315836
Zsh: Organise plugins in an array 2022-04-04 19:48:48 +02:00
f37ca08d78
Zsh: Don't load autosuggestions on slow computers 2022-04-04 19:29:56 +02:00
94d92ff080
Zsh: Remove - from WORDCHARS 2022-04-03 06:19:07 +02:00
ecc61cb747
Only set ALTERNATE_EDITOR to nano if nano is in PATH 2022-04-03 04:42:47 +02:00
e8490692b3
Zsh: Use more shell builtins for LC_TIME setting 2022-04-02 17:40:33 +02:00
d568b10ef8
LS_COLORS: Change config file colour to brown 2022-04-02 15:49:03 +02:00
1d129818a8
Add .ex and .js to LS_COLORS 2022-04-02 00:09:04 +02:00
e004081c5a
Zsh: Use more shell builtins, load modules explicitly 2022-04-01 23:30:25 +02:00
6cff8a5713
Add functions to fpath in .zshrc 2022-04-01 21:01:32 +02:00
dc33eb2aa1
Add .org to text files in LS_COLORS 2022-04-01 03:49:35 +02:00
6404f6ce53
unset LS_COLORS before changing it 2022-04-01 03:49:14 +02:00
23a3a2bf4d
LS_COLORS: Change includable color and make it italic 2022-04-01 03:48:58 +02:00
93120ef0ff
Add stuff to LS_COLORS, change compressed to red, text to cyan 2022-04-01 03:30:00 +02:00
ab7498a640
Add some stuff to LS_COLORS and comment it 2022-03-31 23:53:52 +02:00
1489bda6ba
LS_COLORS: Don't specify color for compressed files 2022-03-31 23:37:11 +02:00
24312b9cc9
Add more LS_COLORS 2022-03-31 23:20:40 +02:00
7ffde81604
LS_COLORS: Change playlist color to green 2022-03-31 20:28:17 +02:00
c9f68da170
°Zsh: Add some LS_COLORS 2022-03-31 18:27:51 +02:00
b435cdc477
Zsh: Remove unnecessary escpape 2022-03-29 17:24:59 +02:00
a1b516beb5
Zsh: Fix WORDCHARS modification 2022-03-29 16:09:30 +02:00
4202e0ac9c
Zsh: Fix always true comparison 2022-03-28 15:25:52 +02:00
2cc6086cbb
Zsh: Rewrite plugin update mechanism 2022-03-28 06:51:55 +02:00
cf8b4b8d7e
Zsh: replace $(id -u) with ${EUID}
Less subshells spawned.
2022-03-28 06:18:33 +02:00
bc23116aa8
Zsh: Fix some things 2022-03-28 06:14:46 +02:00
0c0beeb071
Zsh: Make fpath assignment safer 2022-03-26 18:21:00 +01:00
b91611f771
Set ZDOTDIR in ~/.zshenv 2022-03-26 18:19:25 +01:00
6968e776dd
Simplify WORDCHARS modification 2022-03-24 00:36:00 +01:00
ff64f7c3a1
Remove _ from WORDCHARS 2022-03-24 00:32:51 +01:00
7aec827be1
Turn on highlighting for zsh-history-substring-search 2022-03-23 23:41:37 +01:00
c8dce951d6
Zsh: Make / not be part of words
makes backward-word and so on stop at /.
2022-03-23 14:34:53 +01:00