1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 20:40:32 +01:00
Commit Graph

99 Commits

Author SHA1 Message Date
e3d28aba4f Implement my own theme.
Theme mostly looks the same, but with slightly less fancy calculations
about line widths. This is okay for now.
2018-09-06 15:59:35 +02:00
bed3c7c321 Clean up transfer.sh code.
Now is actually human readable instead of a snippet.
2018-07-23 13:59:35 +02:00
7a14faa5ed More typo 2018-05-02 13:09:45 +02:00
a2fcfab23a Typo. 2018-05-02 13:07:45 +02:00
a49c6123b1 Systemd-based ssh agent management. 2018-05-02 13:06:29 +02:00
64824bf4a9 Remove ssh-agent code.
More trouble than it's worth.
2018-05-02 12:23:07 +02:00
c30fc0cef3 More portable ssh-agent config. 2018-04-23 15:17:48 +02:00
ef3083e1d1 Enable up/down history search. 2018-04-23 14:54:23 +02:00
5ccce3a4b3 Make program detection more reliable. 2018-04-23 14:38:37 +02:00
41af3c675f Less dotfiles in the home dir. 2018-02-06 12:40:23 +01:00
02d8f92585 Fix TMUX.
It doesn't run all that well when moved to the XDG_RUNTIME_DIR.
2017-10-22 11:18:28 +02:00
Bert Peters
ce5cec48e8 Set terminal title before commands. 2017-07-05 11:44:01 +02:00
Bert Peters
4401cf2b05 Set terminal title in zsh. 2017-04-12 11:15:13 +02:00
Bert Peters
771ece4345 Improve environment when running from Xorg. 2017-03-07 12:46:09 +01:00
Bert Peters
0237020d12 Various fixes. 2017-02-11 19:31:50 +01:00
Bert Peters
5934224b1b Fix gem config. 2017-01-31 11:36:55 +01:00
Bert Peters
0e57e08dee Move zsh config to its own directory. 2016-12-27 19:05:43 +01:00
Bert Peters
dcadef9fa4 Make gnome-keyring available outside gnome. 2016-12-21 11:29:28 +01:00
Bert Peters
ad70e7c8f3 Add python/pip configuration. 2016-12-06 11:43:25 +01:00
Bert Peters
da6044aadf Move cargo to cache files. 2016-12-04 14:42:51 +01:00
Bert Peters
df3c002386 Remove non-functional workarounds 2016-12-01 17:09:08 +01:00
Bert Peters
d95d9ef323 Add zkbd support for native TTY. 2016-12-01 17:07:31 +01:00
Bert Peters
c48f1b56d5 Fix ruby and attempt to fix readline. 2016-11-29 12:03:59 +01:00
Bert Peters
c3b6f18b88 Update sqlite config.
Now nicely in XDG_CONFIG_HOME
2016-11-28 17:17:36 +01:00
Bert Peters
d0618eb037 Add keyboard mapping for display 0 xterm.
For some reason, those are different.
2016-11-28 09:30:46 +01:00
Bert Peters
15b1222fae Add screen on x64 zkbd 2016-11-27 23:49:28 +01:00
Bert Peters
9af0c9de5b Add screen on rpi2 2016-11-27 23:35:35 +01:00
Bert Peters
4bfd34838a Add key configuration.
As terminfo seems to be off for xterm, I use zkbd instead. The files are
nice and small so they can be in the repo to prevent myself from running
it over and over.
2016-11-27 23:32:13 +01:00
Bert Peters
d4838fd56b Add XDG npm configuration
Add configuration to move npm to a sensible XDG basedir configuration.
Move npmrc to config, cache to cache, and global packages to data.
2016-11-27 23:03:16 +01:00
Bert Peters
eb45ffa0d6 Add XDG basedir config for more applications.
This includes:
- ipython
- GIMP
- nVidia/CUDA
- libice
- Atom
- mplayer
2016-11-27 23:02:19 +01:00
Bert Peters
37d4cdb3b1 Move weechat config. 2016-11-27 17:35:26 +01:00
Bert Peters
c6d75a2a21 Add ruby configuration.
This configuration should cause Ruby gems to be installed somewhat
consistently across my machines, and always in the  home directory.
2016-11-27 17:24:09 +01:00
Bert Peters
56cc2b2941 Improve history configuration. 2016-11-22 11:40:38 +01:00
Bert Peters
3639a51172 Bugfix tmux start
Zsh does not preserve aliases when using exec (known bug?) so instead we
just call and exit after.
2016-11-06 14:44:19 +01:00
Bert Peters
af9f9139c7 Force creation of tmux directory 2016-11-05 16:49:53 +01:00
Bert Peters
68d889d2a3 Fix runtime dir generation. 2016-11-05 14:55:46 +01:00
Bert Peters
f739d195b0 Split .zshrc up with .zshenv 2016-11-05 14:48:14 +01:00
Bert Peters
b4b9887670 Update composer binaries location. 2016-08-02 13:27:41 +02:00
Bert Peters
76d17a2ad7 Simplify tmux ssh autostart. 2016-07-20 18:39:10 +02:00
Bert Peters
7b920d79f9 Autostart tmux over ssh sessions 2016-07-20 15:58:59 +02:00
Bert Peters
321bfa623e Add an alias for user mode systemctl. 2016-07-16 17:07:09 +02:00
Bert Peters
f817d4ce0e Bugfix: only unalias when neccesary. 2016-06-17 14:15:12 +02:00
Bert Peters
1f28c84519 Enable help functions in zsh. 2016-06-14 09:28:07 +02:00
Bert Peters
bb9f3aa54c Add tmux config. 2016-05-31 19:58:52 +02:00
Bert Peters
70c887292f Ensure zsh and less directories actually exist. 2016-05-31 19:03:43 +02:00
Bert Peters
1eb579cf6f More XDG compat. 2016-05-31 13:25:42 +02:00
Bert Peters
fc24344377 Bugfix: Home and End keys now working.
It turns out, having bindkey -e at the end of your file ruins a lot.
2016-05-31 11:18:27 +02:00
Bert Peters
b311ed373b Force XDG base directory specification. 2016-05-31 09:36:15 +02:00
Bert Peters
40387c7c59 Rewrite configuration to be stowed. 2016-05-23 12:05:08 +02:00