Commit Graph

302 Commits

Author SHA1 Message Date
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
968aa19995 Use ed25519 2018-07-15 14:18:50 +02:00
82b9462fbf VIM: Gitgutter config 2018-07-15 14:17:09 +02:00
743d2a3df8 XCompose: Fix default "^" circumflex binding. 2018-07-15 13:57:24 +02:00
10d75372e1 VIM: Added gitgutter to have diff symbols in the left column 2018-07-15 13:56:18 +02:00
4327bb4562 Changed VIM Colorscheme 2018-07-15 08:31:33 +02:00
e73fccfca5 Albert changes 2018-07-12 09:05:21 +02:00
994164c46f Albert <3 2018-07-12 08:21:57 +02:00
ef68623a89 Disable custom launcher in favour of albert 2018-07-12 08:16:35 +02:00
aab9fcb4ea SSH-Pubkeys 2018-07-10 22:14:08 +02:00
767f845427 fix remote session detection 2018-07-10 20:13:11 +02:00
b86976f96f Change mailboxes 2018-06-30 19:35:58 +02:00
9863466a3b remove symlink 2018-06-12 21:49:33 +02:00