3 Commits

  1. 1
      init.vim
  2. 3
      kitty/kitty.conf
  3. 10
      tmux/tmux.conf.symlink
  4. 5
      zsh/aliases.zsh

1
init.vim

@ -46,6 +46,7 @@ Plug 'neoclide/coc-yaml', { 'do': 'yarn install --frozen-lockfile' }
Plug 'neoclide/coc-python', { 'do': 'yarn install --frozen-lockfile' }
Plug 'marlonfan/coc-phpls', { 'do': 'yarn install --frozen-lockfile' }
Plug 'fannheyward/coc-sql', { 'do': 'yarn install --frozen-lockfile' }
Plug 'fannheyward/coc-markdownlint', { 'do': 'yarn install --frozen-lockfile' }
" }}}
" html / templates{{{

3
kitty/kitty.conf

@ -26,3 +26,6 @@ color15 #fdf6e3
font_family Fira Code
font_size 12.0
bold_font auto
italic_font Source Code Pro
bold_italic_font Source Code Pro

10
tmux/tmux.conf.symlink

@ -1,11 +1,5 @@
set -g default-command "zsh"
# tmux display things in 256 colors
set -g default-terminal "screen-256color"
# enable terminal compability
#set-option -ga terminal-overrides ",tmux-256color-italic:Tc"
set -g default-terminal "tmux"
set -g history-limit 20000
# automatically renumber tmux windows
@ -42,7 +36,7 @@ bind = select-layout tiled
set-option -g set-titles on
set-option -g set-titles-string "#T - #W"
# set-window-option -g automatic-rename on
set-window-option -g automatic-rename on
######################
#### Key Bindings ####

5
zsh/aliases.zsh

@ -49,3 +49,8 @@ alias dce='sudo docker-compose stop'
alias rs='rsync -aAxv --progress '
alias gcc='gcc -Wall -Wextra '
alias mail='neomutt'
alias sys='sudo systemctl '
alias jour='sudo journalctl '
alias usys='systemctl --user '
alias ujour='journalctl --user '
Loading…
Cancel
Save