summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-11-22add neomake, rust-tools and pylspDaniel Schadt
2021-11-11nvim: cleanup config a bitDaniel Schadt
2021-11-11nvim: switch from CoC to built-in LSPDaniel Schadt
Just for testing for now, to see how it performs.
2021-09-22[neovim] remove obsolete plugsDaniel Schadt
This removes YankRing, which only caused error messages in nvim sometimes?! Also, the fisa colorscheme is being replaced by monokai, which works better in nvim-qt and has been updated (fisa-colorscheme seems to be stale since 2014). It also removes some options related to deoplete and jedi, which were not used anyway and whose function is more or less taken over by coc anyway.
2021-02-27[kitty] add kitty configDaniel Schadt
2021-02-13tmux: fix global status bar changeDaniel Schadt
With -g, we enable/disable the status bar globally, which is not what we want - that would mean that all sessions will start showing the bar if just one session creates a new window. Instead, we do it only for the current session.
2021-02-12nvim: add CoC setupDaniel Schadt
2021-02-09tmux: enable mouse supportDaniel Schadt
2021-02-06i3: add alttab daemon for window switchingDaniel Schadt
2021-02-06add tmux + alacrittyDaniel Schadt
2020-10-06zsh: remove unused aliasesDaniel Schadt
2020-10-06nvim: add ,b and mouse bindingsDaniel Schadt
2020-03-16dunst: add initial dunst configurationDaniel Schadt
2020-03-16i3: add rofi/flameshot/dunstDaniel Schadt
2020-01-02{zsh] better ssh-agent handling & fzfDaniel Schadt
2020-01-02[nvim] latex/rust support, printing supportDaniel Schadt
2020-01-02[URxvt] update keybindsDaniel Schadt
2017-10-30add neovim configDaniel Schadt
2017-10-15i3: shortcuts to move workspace between monitorsDaniel Schadt
2017-08-05add Xresources for urxvtDaniel Schadt
2017-05-25spacemacs: fix global line numbersDaniel Schadt
2017-03-02zsh: enable line-editingDaniel Schadt
2017-03-02spacemacs: add some more layersDaniel Schadt
2016-12-17i3: use $mod-y to focus the childDaniel Schadt
2016-12-17use fehbg instead of hardcoding the pathDaniel Schadt
2016-12-08don't set TERM in zshrcDaniel Schadt
This breaks escape sequences, see also https://wiki.archlinux.org/index.php/Home_and_End_keys_not_working > Again, do not set TERM manually - let the terminal do it.
2016-11-09spacemacs: add markdown, yaml, java, scalaDaniel Schadt
2016-09-01spacemacs: add irony as company backendDaniel Schadt
This should provide auto-completion with clang's help.
2016-08-24add .spacemacs dotfileDaniel Schadt
2016-08-24i3: remove window title barsDaniel Schadt
2016-08-23add i3 dotfilesDaniel Schadt
2016-08-22add basic dotfilesDaniel Schadt
Dotfiles for zsh, vim and herbstluftwm!