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

76 Commits

Author SHA1 Message Date
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
a3bbef659d Add configuration files for latexmk. 2016-11-09 13:06:02 +01:00
Bert Peters
4bcdb6b930 Update vim-latex to more recent version. 2016-11-08 15:48:55 +01:00
Bert Peters
df10919f42 Automatic weechat configuration. 2016-11-07 21:49:17 +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
1784ad17b3 Improve tmux configuration
Now with more colours.
2016-11-05 20:25:11 +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
3308a5b1a0 Improve vim installation.
Now cache files do not end up in with the repo files.
2016-10-18 14:38:24 +02:00
Bert Peters
ca4ae79c5b Add some xdg-cache dirs to vim 2016-10-03 11:39:57 +02:00
Bert Peters
05fb050acd Fix mtune parameter. 2016-10-03 10:02:50 +02:00
Bert Peters
96e7934370 Update cache locations. 2016-10-03 09:30:32 +02:00
Bert Peters
b4b9887670 Update composer binaries location. 2016-08-02 13:27:41 +02:00
Bert Peters
1644dc77dc Fix name of cleanup service. 2016-07-21 12:02:33 +02:00
Bert Peters
c8d0f735eb Simplify cleaning of temporary files. 2016-07-20 19:19:16 +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
9b27538e45 More git options. 2016-07-18 13:00:19 +02:00
Bert Peters
321bfa623e Add an alias for user mode systemctl. 2016-07-16 17:07:09 +02:00
Bert Peters
32a15cfce3 Add a service to clean up XDG_CACHE_HOME files. 2016-07-16 16:49:29 +02:00
Bert Peters
4b71d56253 Remove Gnome terminal F1 help. 2016-07-16 15:54:18 +02:00
Bert Peters
08ea60e2d4 Add more default ignores. 2016-07-16 15:39:21 +02:00
Bert Peters
ec655000f8 Add shortcut for setExecutable. 2016-07-16 15:33:58 +02:00
Bert Peters
a6d46815c7 Correct the maximize/unmaximize shortcuts. 2016-07-12 14:54:00 +02:00
Bert Peters
551fd6e7dd Remove "start move" shortcut. 2016-07-12 11:31:03 +02:00
Bert Peters
b484c51446 Add more uniform keyboard shortcuts. 2016-07-12 11:18:36 +02:00
Bert Peters
6cd6c299d4 Make LIACS proxy less aggressive. 2016-07-06 13:19:31 +02:00
Bert Peters
a2addd83a8 Automatic rebase when pulling. 2016-07-06 13:19:31 +02:00
Bert Peters
f817d4ce0e Bugfix: only unalias when neccesary. 2016-06-17 14:15:12 +02:00
Bert Peters
3819b8e53a Correct markdown line width. 2016-06-17 14:00:11 +02:00
Bert Peters
7883c907eb Improve install and uninstall. 2016-06-15 15:33:48 +02:00
Bert Peters
b15ed71325 Improve installation script. 2016-06-15 14:53:32 +02:00
Bert Peters
9fe937d764 Add liacs proxy service. 2016-06-15 14:41:49 +02:00
Bert Peters
1f28c84519 Enable help functions in zsh. 2016-06-14 09:28:07 +02:00
Bert Peters
f79021ad85 Update README
Readme instructions now actually match the contents of the repository
again.
2016-06-07 17:01:56 +02:00
Bert Peters
a33d7e75ea Add gsettings preferences.
Unfortunately, gsettings uses an impractical binary format, so instead
we set it via script.
2016-06-07 15:42:22 +02:00
Bert Peters
e07e4bb401 Remove makepkg packaging options, use system default. 2016-06-02 12:16:43 +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
b6aa9f86be Improve installation script. 2016-05-31 10:20:34 +02:00
Bert Peters
988ae8a324 Add configuration files for sqlite. 2016-05-31 10:11:23 +02:00
Bert Peters
c3c572fa27 Add git configuration.
I do like the recursion in this.
2016-05-31 10:00:51 +02:00
Bert Peters
646dea919b Add makepkg configuration. 2016-05-31 09:43:17 +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
Bert Peters
84da449e94 Better history search and syntax highlighting. 2016-03-21 18:50:45 +01:00