Compare commits
2 Commits
dbdcc791aa
...
4f81b39feb
Author | SHA1 | Date | |
---|---|---|---|
4f81b39feb | |||
5f9f08adc0 |
@ -47,7 +47,7 @@ This function should only modify configuration layer settings."
|
||||
emacs-lisp
|
||||
git
|
||||
markdown
|
||||
(org :variables org-projectile-file "TODOs.org"
|
||||
(org :variables
|
||||
org-want-todo-bindings t)
|
||||
(shell :variables
|
||||
shell-default-height 30
|
||||
@ -619,7 +619,7 @@ This function is called at the very end of Spacemacs initialization."
|
||||
("~/Notes/Uni.org" "~/Documents/Uni/DDSI/Code/IGDB/Design.org" "~/Projects/Titank/Organization.org" "~/Notes/Projects.org" "~/Notes/Education.org")))
|
||||
'(package-selected-packages
|
||||
(quote
|
||||
(yapfify yaml-mode xterm-color which-key wgrep web-mode use-package tagedit smex smeargle smartparens slim-mode shell-pop scss-mode sass-mode pyvenv pytest pyenv-mode py-isort pug-mode pip-requirements persp-mode pcre2el pandoc-mode ox-pandoc ht orgit org-plus-contrib multi-term markdown-toc markdown-mode magit-gitflow magit-popup magit macrostep live-py-mode ivy-hydra insert-shebang hydra lv hy-mode dash-functional helm-make haml-mode gitignore-mode gitconfig-mode gitattributes-mode git-timemachine git-messenger git-link git-gutter-fringe+ git-gutter-fringe fringe-helper git-gutter+ git-gutter gh-md fuzzy flycheck-pos-tip pos-tip flycheck flx fish-mode eyebrowse exec-path-from-shell transient git-commit with-editor evil-escape goto-chg eshell-z eshell-prompt-extras esh-help emmet-mode elisp-slime-nav doom-modeline shrink-path disaster diminish diff-hl cython-mode counsel-projectile projectile pkg-info epl counsel swiper ivy company-web web-completion-data company-statistics company-shell company-emacs-eclim eclim company-c-headers company-auctex company-anaconda company cmake-mode clang-format bind-map bind-key auto-yasnippet yasnippet auto-compile packed async anaconda-mode pythonic f s all-the-icons memoize ace-window avy ac-ispell auto-complete popup doom-themes dash)))
|
||||
(ivy-rich lsp-mode helm-core yapfify yaml-mode xterm-color which-key wgrep web-mode use-package tagedit smex smeargle smartparens slim-mode shell-pop scss-mode sass-mode pyvenv pytest pyenv-mode py-isort pug-mode pip-requirements persp-mode pcre2el pandoc-mode ox-pandoc ht orgit org-plus-contrib multi-term markdown-toc markdown-mode magit-gitflow magit-popup magit macrostep live-py-mode ivy-hydra insert-shebang hydra lv hy-mode dash-functional helm-make haml-mode gitignore-mode gitconfig-mode gitattributes-mode git-timemachine git-messenger git-link git-gutter-fringe+ git-gutter-fringe fringe-helper git-gutter+ git-gutter gh-md fuzzy flycheck-pos-tip pos-tip flycheck flx fish-mode eyebrowse exec-path-from-shell transient git-commit with-editor evil-escape goto-chg eshell-z eshell-prompt-extras esh-help emmet-mode elisp-slime-nav doom-modeline shrink-path disaster diminish diff-hl cython-mode counsel-projectile projectile pkg-info epl counsel swiper ivy company-web web-completion-data company-statistics company-shell company-emacs-eclim eclim company-c-headers company-auctex company-anaconda company cmake-mode clang-format bind-map bind-key auto-yasnippet yasnippet auto-compile packed async anaconda-mode pythonic f s all-the-icons memoize ace-window avy ac-ispell auto-complete popup doom-themes dash)))
|
||||
'(pdf-view-midnight-colors (quote ("#655370" . "#fbf8ef")))
|
||||
'(safe-local-variable-values
|
||||
(quote
|
||||
|
@ -4,6 +4,7 @@ CMakeFiles/
|
||||
cmake_install.cmake
|
||||
compile_commands.json
|
||||
Debug/
|
||||
.ccls-cache
|
||||
/**/*.o
|
||||
# LaTeX
|
||||
auto/
|
||||
@ -12,4 +13,4 @@ auto/
|
||||
.#*
|
||||
.DS_Store
|
||||
# Python
|
||||
.mypy_cache
|
||||
.mypy_cache
|
||||
|
@ -47,8 +47,8 @@ xrdb ~/.Xresources &
|
||||
## Clipboard manager
|
||||
(sleep 8; parcellite) &
|
||||
|
||||
## Tmux plugins
|
||||
(sleep 9; ~/.tmux/plugins/tpm/bin/update_plugins all) &
|
||||
## Tmuxp
|
||||
(sleep 9; tmuxp load ~/.tmuxp/local.yaml) &
|
||||
|
||||
## Syncthing
|
||||
(sleep 10; syncthing -no-browser -home="$HOME/.config/syncthing")
|
||||
|
@ -68,25 +68,5 @@ set -g mouse on
|
||||
bind -T root WheelUpPane if-shell -F -t = "#{alternate_on}" "send-keys -M" "select-pane -t =; copy-mode -e; send-keys -M"
|
||||
bind -T root WheelDownPane if-shell -F -t = "#{alternate_on}" "send-keys -M" "select-pane -t =; send-keys -M"
|
||||
|
||||
# Split
|
||||
|
||||
# Colorscheme file
|
||||
source-file ~/.tmux/iceberg.tmux.conf
|
||||
|
||||
# List of plugins
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||
set -g @plugin 'tmux-plugins/tmux-yank'
|
||||
set -g @plugin 'tmux-plugins/tmux-sessionist'
|
||||
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||
set -g @plugin 'tmux-plugins/tmux-continuum'
|
||||
|
||||
# Plugin configuration
|
||||
set -g @resurrect-processes ':all:'
|
||||
set -g @resurrect-capture-pane-contents 'on'
|
||||
set -g @continuum-restore 'on'
|
||||
set -g @continuum-save-interval '15'
|
||||
set -g @resurrect-strategy-vim 'session'
|
||||
set -g @sessionist-goto 'M-C'
|
||||
|
||||
run '~/.tmux/plugins/tpm/tpm'
|
||||
|
51
tmux/.tmuxp/local.yaml
Normal file
51
tmux/.tmuxp/local.yaml
Normal file
@ -0,0 +1,51 @@
|
||||
session_name: local
|
||||
suppress_history: false
|
||||
|
||||
windows:
|
||||
- window_name: admin
|
||||
focus: true
|
||||
layout: even-horizontal
|
||||
panes:
|
||||
- su
|
||||
- su
|
||||
|
||||
- window_name: org
|
||||
layout: even-horizontal
|
||||
panes:
|
||||
- null
|
||||
- shell_command:
|
||||
- clear
|
||||
- sleep 2
|
||||
- clear
|
||||
- khal calendar
|
||||
|
||||
- window_name: canvas
|
||||
layout: even-horizontal
|
||||
panes:
|
||||
- null
|
||||
- null
|
||||
|
||||
- window_name: docs
|
||||
layout: even-horizontal
|
||||
panes:
|
||||
- man zpool
|
||||
- man ps
|
||||
|
||||
- window_name: music
|
||||
panes:
|
||||
- ncmpcpp
|
||||
|
||||
- window_name: mail
|
||||
panes:
|
||||
- neomutt
|
||||
|
||||
- window_name: IM
|
||||
panes:
|
||||
- shell_command:
|
||||
- sleep 2
|
||||
- clear
|
||||
- weechat
|
||||
|
||||
- window_name: stream
|
||||
panes:
|
||||
- null
|
@ -1,9 +1,10 @@
|
||||
# Zathura configuration
|
||||
set adjust-open "width"
|
||||
set selection-clipboard clipboard
|
||||
set recolor-lightcolor "#161821"
|
||||
set recolor-darkcolor "#c6c8d1"
|
||||
set recolor true
|
||||
set smooth-scroll true
|
||||
#set smooth-scroll true
|
||||
set window-title-basename true
|
||||
set completion-bg "#161821"
|
||||
set statusbar-bg "#161821"
|
||||
|
Loading…
Reference in New Issue
Block a user