Commit Graph

114 Commits

Author SHA1 Message Date
31983ecb61
Fix Temperature in Thinkpad status bar
Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
2018-11-09 18:04:29 +01:00
51c6ce3c7c
Replace outdated mobile ssh pubkey
Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
2018-11-09 18:01:40 +01:00
36d60ed887
VIM: Add vim-syntax-extra
Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
2018-10-25 09:46:40 +02:00
deltax
511d75639a Stop annoying sound on errors
- no annoying sound on errors
- ignore .git folder
2018-10-25 00:01:26 +02:00
8bc5b63ec1
albert: fk albert config file
Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
2018-10-24 23:56:04 +02:00
efe70b566a
Mutt: Archive directory
Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
2018-10-16 21:37:13 +02:00
83fc6ea98a
i3: Add Ctrl modifier to volume keys
Ctrl+VolumeKeys now modify the volume by 10%.
VolumeKeys now change the volume by 1% instead of 2%.

Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
2018-10-11 22:01:11 +02:00
01494dee96
i3: Thinkpad enable temperature sensor
Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
2018-10-11 21:55:57 +02:00
cf16d98299
i3: Thinkpad track battery capacity 2018-10-05 23:19:25 +02:00
1d6449843d
i3: Change thinkpad configuration back to bumblebee-status 2018-10-05 21:52:31 +02:00
c366e03b90
Update albert 2018-10-05 21:51:59 +02:00
e64769f8d0
ZSH: Remove thefuck 2018-10-05 21:50:48 +02:00
59a4c59218
Fix Makefile 2018-10-05 21:50:24 +02:00
e22886f978
VIM: Add Gist-vim
Gist-vim allows you to manage github-gists from vim

Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
2018-09-06 23:15:56 +02:00
5b08d8931b
i3: Add space api module to cyb3r stats bar
Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
2018-09-06 23:15:29 +02:00
0758a3c10e
ZSH: Fix submodule init
Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
2018-09-06 23:15:08 +02:00
7f5d24caec
GIT: Set github username in config
Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
2018-09-06 23:14:35 +02:00
41aea0ab87
VIM: Remove snippets directory
Snippets are now also managed by vim-plug.
I moved my custom ones to rad4day/vim-custom-snippets

Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
2018-09-03 08:49:24 +02:00
0823288a5b
ZSH: Fix Makefile and adjust .zimrc to new version
The new version removed fasd from modules and incorperates the
zsh-autosuggestions module as "autosuggestions". Therefore small changes
to the modules directive have been necessary.

Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
2018-09-02 07:52:32 +02:00
afcce81573
ZSH: Move config to main directory
The config was placed in the zsh directory beforehand, this directory is
now managed by the upstream repo. Therefore the config file had to move.

Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
2018-09-02 07:51:59 +02:00
f0131856b1
ZSH: Remove zsh folder
At the moment I don't receive any zimfw updates, as it is not registered
as a submodule. This commit changes that. Therefore I'm able to receive
patches again.

Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
2018-09-02 07:37:10 +02:00
6c460fc2d7
VIM: Install workspaces
workspaces is a tool to save and restore vim sessions, which will be
stored as instructions in a Session.vim file (which I renamed to
.vsession in the config)

Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
2018-09-02 07:12:07 +02:00
9409a9f949
VIM: Added line indicator happy_hacking
Changed the colour of the active line indicator from yellow to red. It's
better visible during edits than yellow.

Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
2018-09-01 13:18:54 +02:00
a426a4ef08
Merge branch 'master' of github.com:rad4day/dotfiles 2018-09-01 13:07:39 +02:00
fd220ac9bc
i3: MOD+SHIFT+RETURN for shell on current display 2018-09-01 13:05:22 +02:00
976da58de3
VIM: Add nerdtree git tree plugin
This plugin makes it easier to view git changes in nerdtree. Therefor it
is a great addition to my config.

Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
2018-09-01 12:55:15 +02:00
491fe6066f
VIM: Changed plugin management to vim-plug
Before switching I used pathogen.vim for plugin management, which
resulted in a HUGE .gitmodules file as well as a huge directory
containing whole git repositories. vim-plug fixes all those problems. It
reduces the folder into a config file, containing one line per plugin
and also removes the need of adding those submodules to .gitmodules

Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
2018-09-01 12:48:19 +02:00
5cbb3a63c6
VIM: Cleanup
- .vimrc:
        Restructured the settings.
        Moved the Rmarkdown settings to a new config file
        'config/filetypes.vim'

- config/plugin.vim:
        Fixed spacing

- .gitmodules: moved traces.vim down

Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
2018-09-01 11:22:54 +02:00
b98cc52343
VIM: Cleanup keybindings, add NERDTreeToggle <F4>
The keybindings file was a mess. Cleaned it up and bound NERDTreeToggle
to <F4> in normal mode for easy access. Buffers are now on <F3> in every
mode. This will probably be changed again, depending on how annoying it
is.

Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
2018-09-01 11:22:53 +02:00
24830b03ec
VIM: Reinstall NERDTree
Nerdtree is a rather slow, but extremely useful plugin. So I made the
decission to reinstall it, but don't launch it on startup but with a
keybinding.

Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
2018-09-01 11:22:53 +02:00
b705be0c1e
VIM: Remove GoldenView
GoldenView causes several problems with badly written plugins like
traces.vim. The problem manifests in errors occuring due to GoldenView
setting the 'winminwidth' parameter to anything but 0. Traces.vim then
tries to set the winwidth to 1 or 0 and throws errors as vim is
enforcing the 'winminwidth'.
2018-09-01 11:22:53 +02:00
a3fac1d9f6
GIT: Signed-off-by message as default
Added a new '.gitmessage' file which is to be used as a commit message
template, containing my Signed-off-by notice. Now all my commits contain
this message, not only those done in an IDE.

Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
2018-09-01 11:20:43 +02:00
88587d84b6
VIM: natural splitting 2018-08-28 23:24:09 +02:00
c4ce41408f
Merge branch 'master' of github.com:rad4day/dotfiles 2018-08-28 23:16:15 +02:00
768ed65418
TMUX: remote.conf 2018-08-28 23:15:38 +02:00
0f82369d2c
Albert: Adjust size for 2560x1440 display 2018-08-15 19:37:31 +02:00
7f172ba3e3
MUTT: Small changes to mailbox settings 2018-08-11 16:12:28 +02:00
ee53fa02c3
SSH: Z2 Pubkey 2018-08-09 11:17:17 +02:00
8e90a92cb7
VIM: Several plugin changes
- Removed python-syntax
 - Enabled pymode syntax highlighting
 - Disabled pymode syntax checker (I'm using ALE as a universal checker)
 - Added vim-window-resize-easy
 - Added traces.vim
2018-08-06 23:59:12 +02:00
8298f7eb22
Merge branch 'master' of github.com:rad4day/dotfiles 2018-08-06 09:30:38 +02:00
dbaf98c784
GIT: Alias for gitignore.io -> git ignore 2018-08-06 09:30:03 +02:00
84c81ca116
Merge branch 'master' of github.com:rad4day/dotfiles 2018-08-04 21:20:36 +02:00
fba086d4f5
i3: create statusbar config file 2018-08-04 21:20:02 +02:00
fdf47bf285
MUTT 2018-08-01 21:35:05 +02:00
13d4360e56
i3: F2 - open Ranger terminal 2018-07-30 11:44:56 +02:00
abe29fcab9
i3wm: Theme changed to gruvbox-powerline 2018-07-19 20:28:41 +02:00
2f332dc09c
VIM: Install ansible-vim 2018-07-18 15:01:23 +02:00
fe8c5889ca
FIX: gitgutter 2018-07-16 16:56:25 +02:00
b68cc36157
VIM: fzf support 2018-07-15 14:49:03 +02:00
5d5dcf6c84
ZSH: Fixed config doubling. Added CTRL+R support. Added fzf support. 2018-07-15 14:46:28 +02:00