White Theme and vim Wordbook

clean_emacs
Tuan-Dat Tran 2018-11-20 15:13:51 +01:00
parent 6ffad69d36
commit db834c2d0d
No known key found for this signature in database
GPG Key ID: 0DA1B0B23302CA72
16 changed files with 269 additions and 54 deletions

View File

@ -1,37 +1,37 @@
! special ! special
*.foreground: #f8f8f2 *.foreground: #444444
*.background: #272822 *.background: #eeeeee
*.cursorColor: #f8f8f2 *.cursorColor: #444444
! black ! black
*.color0: #272822 *.color0: #eeeeee
*.color8: #75715e *.color8: #bcbcbc
! red ! red
*.color1: #f92672 *.color1: #af0000
*.color9: #f92672 *.color9: #d70000
! green ! green
*.color2: #a6e22e *.color2: #008700
*.color10: #a6e22e *.color10: #d70087
! yellow ! yellow
*.color3: #f4bf75 *.color3: #5f8700
*.color11: #f4bf75 *.color11: #8700af
! blue ! blue
*.color4: #66d9ef *.color4: #0087af
*.color12: #66d9ef *.color12: #d75f00
! magenta ! magenta
*.color5: #ae81ff *.color5: #878787
*.color13: #ae81ff *.color13: #d75f00
! cyan ! cyan
*.color6: #a1efe4 *.color6: #005f87
*.color14: #a1efe4 *.color14: #005faf
! white ! white
*.color7: #f8f8f2 *.color7: #444444
*.color15: #f9f8f5 *.color15: #005f87

View File

@ -92,8 +92,9 @@ for_window [class="(?i)virtualbox"] floating enable border normal
for_window [title="KeePassX$"] floating enable border normal for_window [title="KeePassX$"] floating enable border normal
for_window [title="Eddie - Settings"] floating enable border normal for_window [title="Eddie - Settings"] floating enable border normal
for_window [class="^Thunderbird$" title="^.*Event:"] floating enable for_window [class="^Thunderbird$" title="^.*Event:"] floating enable
for_window [title="(?i)termite"] border pixel 3
for_window [title="(?i)ranger"] border pixel 3 # Give boarder to terminal windows
for_window [class="(?i)termite"] border pixel 3
# switch to workspace with urgent window automatically # switch to workspace with urgent window automatically
for_window [urgent=latest] focus for_window [urgent=latest] focus
@ -121,7 +122,7 @@ for_window [instance="^sun-awt-X11-XDialogPeer$" title="^Complete Installation$"
############################################################################### ###############################################################################
exec --no-startup-id setxkbmap us,de; setxkbmap -option ctrl:swapcaps exec --no-startup-id setxkbmap us,de; setxkbmap -option ctrl:swapcaps
exec --no-startup-id feh --bg-scale ~/Pictures/Iroh-at-Tree.png; compton -b exec --no-startup-id /home/tuan/.fehbg; compton -b
exec --no-startup-id nextcloud exec --no-startup-id nextcloud
exec --no-startup-id emacs --daemon exec --no-startup-id emacs --daemon
exec --no-startup-id udiskie exec --no-startup-id udiskie
@ -161,8 +162,8 @@ bindsym XF86AudioNext exec "playerctl next; cmus-remote -n"
bindsym XF86AudioPrevious exec "playerctl previous; cmus-remote -r" bindsym XF86AudioPrevious exec "playerctl previous; cmus-remote -r"
# Application Shortcuts # Application Shortcuts
bindsym $mod+b exec env GTK_THEME=Materia:dark firefox bindsym $mod+b exec firefox
bindsym $mod+e exec source ~/.zshrc && termite -e 'ranger' bindsym $mod+e exec termite -e ranger
bindsym $mod+m exec thunderbird bindsym $mod+m exec thunderbird
bindsym Print exec --no-startup-id scrot bindsym Print exec --no-startup-id scrot
@ -205,10 +206,11 @@ bindsym $mod+Shift+minus move scratchpad
# Show the next scratchpad window or hide the focused scratchpad window. # Show the next scratchpad window or hide the focused scratchpad window.
# If there are multiple scratchpad windows, this command cycles through them. # If there are multiple scratchpad windows, this command cycles through them.
bindsym $mod+minus scratchpad show bindsym $mod+minus scratchpad show
bindsym $mod+Alt+v exec ~/.vim-anywhere/bin/run
#navigate workspaces next / previous #navigate workspaces next / previous
bindsym $mod+Ctrl+semicolon workspace next bindsym $mod+Ctrl+semicolon workspace next
bindsym $mod+Ctrl+j workspace prev bindsym $mod+Ctrl+j workspace prev
# bindsym Alt+Tab workspace next
# restart/exit i3 # restart/exit i3
bindsym $mod+Shift+r restart bindsym $mod+Shift+r restart

View File

@ -165,11 +165,11 @@ format = <label-state>
label-mode = %mode% label-mode = %mode%
label-mode-padding = 2 label-mode-padding = 2
label-mode-background = #e60053 label-mode-background = ${colors.black}
label-focused = %name% label-focused = %name%
label-focused-foreground = ${colors.white} label-focused-foreground = ${colors.foreground}
label-focused-background = #566268 label-focused-background = ${colors.background}
label-focused-underline = ${colors.blue} label-focused-underline = ${colors.blue}
label-focused-padding = 4 label-focused-padding = 4
@ -215,7 +215,7 @@ format-disconnected =
[module/date] [module/date]
type = internal/date type = internal/date
interval = 5 interval = 1
date = date =
date-alt = " %Y-%m-%d" date-alt = " %Y-%m-%d"
@ -323,9 +323,7 @@ animation-charging-framerate = 750
[module/powermenu] [module/powermenu]
type = custom/menu type = custom/menu
expand-right = true expand-right = true
format-spacing = 1 format-spacing = 1
label-open =  label-open = 

View File

@ -43,10 +43,9 @@ A list of installed packages and details about them.
(use-package flycheck) (use-package flycheck)
(use-package ivy) (use-package ivy)
(use-package ledger-mode) (use-package ledger-mode)
(use-package molokai-theme) (use-package paper-theme)
(use-package ox-gfm) (use-package ox-gfm)
(use-package ox-twbs) (use-package ox-twbs)
(use-package php-mode)
(use-package powerline) (use-package powerline)
(use-package rainbow-delimiters) (use-package rainbow-delimiters)
(use-package rainbow-mode) (use-package rainbow-mode)

View File

@ -1,5 +1,7 @@
let g:netrw_dirhistmax =10 let g:netrw_dirhistmax =10
let g:netrw_dirhist_cnt =3 let g:netrw_dirhist_cnt =5
let g:netrw_dirhist_1='/home/tuan/Nextcloud/Templates/LaTeX/Protokoll' let g:netrw_dirhist_1='/home/tuan/Nextcloud/Templates/LaTeX/Protokoll'
let g:netrw_dirhist_2='/home/tuan/Nextcloud/Templates/LaTeX/Protokoll/INCL' let g:netrw_dirhist_2='/home/tuan/Nextcloud/Templates/LaTeX/Protokoll/INCL'
let g:netrw_dirhist_3='/home/tuan/Nextcloud/Documents/Git/infrastruktur/mailing_lists' let g:netrw_dirhist_3='/home/tuan/Nextcloud/Documents/Git/infrastruktur/mailing_lists'
let g:netrw_dirhist_4='/home/tuan/.dotfiles/config/.config/termite'
let g:netrw_dirhist_5='/home/tuan/Nextcloud/Protokolle/Rechenschaftsbericht'

View File

@ -4,6 +4,6 @@ setlocal spell spelllang=de_de
" Begin Shortcuts " Begin Shortcuts
" Compilation " Compilation
map <C-c><C-c> <Esc>:RunBackgroundCommand pandoc <C-r>% --pdf-engine=xelatex -o <C-r>%<Del><Del>pdf<Enter> map <C-c><C-c> <Esc>:RunBackgroundCommand pandoc <C-r>% --pdf-engine=xelatex -o <C-r>%<Del><Del>pdf<Enter>:redraw!
map <C-c><C-d> <Esc>:silent exec "!evince %<.pdf &"<Enter> map <C-c><C-d> <Esc>:silent exec "!evince <C-r>%<Del><Del>pdf &"<Enter>

View File

@ -0,0 +1,17 @@
" Python settings
" Shortcuts
imap <leader>ifm if<Space>__name__<Space>==<Space>'__main__':<Enter>
" Compiling
map <C-c><C-c> <Esc>:!python %<Enter>
" Use the below highlight group when displaying bad whitespace is desired.
highlight BadWhitespace ctermbg=red guibg=red
" Display tabs at the beginning of a line in Python mode as bad.
au BufRead,BufNewFile *.py,*.pyw match BadWhitespace /^\t\+/
" Make trailing whitespace be flagged as bad.
au BufRead,BufNewFile *.py,*.pyw,*.c,*.h match BadWhitespace /\s\+$/

View File

@ -4,13 +4,24 @@ setlocal spell spelllang=de_de
map <C-B> YpkI\begin{<Esc>A}<Esc>jI\end{<Esc>A}<Esc>ko map <C-B> YpkI\begin{<Esc>A}<Esc>jI\end{<Esc>A}<Esc>ko
map! <C-B> <Esc>YpkI\begin{<Esc>A}<Esc>jI\end{<Esc>A}<Esc>ko map! <C-B> <Esc>YpkI\begin{<Esc>A}<Esc>jI\end{<Esc>A}<Esc>ko
imap ;item \begin{itemize}<Enter>\end{itemize}<Esc>ko\item<Space> imap ;it \begin{itemize}<Enter>\end{itemize}<Esc>k
imap ;- \item imap ;i \item{}<Space>
imap "" "`"'<Esc>hha
imap ;fp \begin{tabular}{ccc}<Enter>\toprule<Enter>Ja & Nein & Enthaltung \\ <Enter> \midrule<Enter> <x_x> & <x_x> & <x_x> \\<Enter>\bottomrule<Enter>\end{tabular}<Esc>0kk<Space><Tab>
" Surround stuff
vmap <C-B> da\textbf{<C-R>"}<Esc>
vmap <C-L> da\underline{<C-R>"}<Esc>
vmap <C-I> da\textit{<C-R>"}<Esc>
vmap <C-E> da\emph{<C-R>"}<Esc>
vmap ( da(<C-R>")<Esc>
vmap "" da"`<C-R>""'<Esc>
":command! -complete=file -nargs=1 Rpdf :r !pdftotext -nopgbrk <q-args> - ":command! -complete=file -nargs=1 Rpdf :r !pdftotext -nopgbrk <q-args> -
":command! -complete=file -nargs=1 Rpdf :r !pdftotext -nopgbrk <q-args> - | fmt -csw78 ":command! -complete=file -nargs=1 Rpdf :r !pdftotext -nopgbrk <q-args> - | fmt -csw78
" Compilation " Compilation
map <C-c><C-c> <Esc>:RunBackgroundCommand pdflatex -interaction nonstopmode <C-r>%<Enter> map <C-c><C-c> <Esc>:RunBackgroundCommand latexmk -pdf -silent <C-r>%<Enter>:redraw!<Enter>
map <C-c><C-d> <Esc>:silent exec "!evince %<.pdf &"<Enter> map <C-c><C-v> <Esc>:RunBackgroundCommand latexmk -c<Enter>
map <C-c><C-d> <Esc>:silent exec "!evince <C-r>%<Del><Del><Del>pdf &>/dev/null &"<Enter>

View File

@ -29,3 +29,188 @@ VVK
Tagesordnugnspunkte Tagesordnugnspunkte
BEGINNING BEGINNING
EDITABLE EDITABLE
Dat
Hilal
FSE
Bektas
Abdallah
Murad
Waltmann
Prochazka
Dömckes
Hasselhuhn
Fachschaftsräte
presFSR
Schlittenhardt
Bärserker
Jöran
Terminfindung
Smartboard
#VS
VV
Studierendenparlament
#elbstbewirtschaftlung
Ipek
Nedzhati
QVK
Hochschulpolitik
Selbstbewirtschaftung
ESE
Orientierungswoche
Tutorenprogramm
Bookstacks
Erstifahrt
Erstis
Kundennummer
Stauder
Fachschaftenkonferenz
Görges
Studierendenschaft
Weihnachts
Orientierungswochen
Flunkyballturnier
Schützenbahn
Einschreibezahlen
Neustudierende
myUDE
App
Fahrradreperaturstation
Stottrop
Rahmenordnungen
Quartalstreffen
Schneegaß
Merch
Gästelistenplatz
Quartalstreffens
Studienrelevantes
Wahlauschusses
Beckerpape
Wahlauschuss
Sitzungsdisziplin
Sitzungsordnung
Disziplinator
Sitzungskodex
Schlüsselrecht
HG
Schlüsselentzug
Gästelistenplätzen
Prozessdokumentation
Bookstack
testweise
Prochazkas
SME
Zulassungssystem
Masterstudiengangssystems
Echtle
white
Whiteboard
LUDIs
Lern
anderer
Diskussionszentren
Easteregg
prüfungsfähig
KN1
Ratsarbeit
HoPo
absFSR
anwHelper
presGuest
presBear
O
Herrn
KKC
T01
#m
#m
Fahrscheinkontrolle
gegendert
#ertiefungsbereic
Vertiefungsbereich
Vertiefungsbereiche
Rathgeb
Smartboards
Beamerfläche
Fachschaftsratssitzung
Whatsapp
fsr
nanoengineering
Übungsblatt
a
b
c
d
rechtslinear
linkslinear
Produktionsregeln
Produktionsregel
nichtterminalsymbole
Eingabewort
Überführungsfunktionen
Bandalphabets
Leistungszeitraum
Rechnungs
Campusse
Inf
Raumzugang
SNE
Bittners
Bachelorstudiengang
prüfungsunfähig
Berichtspunkte
Neuwirth
Sellerbeck
Vennemann
Qualitätsverbesserungskomission
Seier
presHelper
Cansu
Akyüz
Startzustand
gefeba
Anwendungsentwickler
Studierendenberatung
Fachschaftsrat
Infrastrukturreferats
Fachschaftsrates
GitLab
TS3
Hauptverantwortlicher
Erstsemestereinführung
Deligierter
Qualitätsverbesserungskommission
Rektoratsgesprächen
Musikpark
Studienalltag
zeitbeschränkt
bandbeschränkt
e
n
t
z1
z2
z3
LSB
Ursprungsstelle
OwnCloud
Programmierungvorlesung
Lastenfahrräder
#eilnahmergebühren
Betriebsysteme
Rechnerstrukturen
Wirtschaftsinformatiker
Kimmeskamp
Montoringprogramm
Studierendenparlementssitzung
Papierpakete
Druckerpapier
Erstitüten
unbenotet
unbenoteten
Creditpunkte
außeinanderzusetzen
Teilnahmegebühren
Fachschaftsraum
Ambient
Lights
Buildcount

Binary file not shown.

View File

@ -8,6 +8,7 @@ Plugin 'VundleVim/Vundle.vim'
Plugin 'vim-pandoc/vim-pandoc' Plugin 'vim-pandoc/vim-pandoc'
Plugin 'vim-pandoc/vim-pandoc-syntax' Plugin 'vim-pandoc/vim-pandoc-syntax'
call vundle#end() call vundle#end()
filetype plugin indent on
" Filetypes " Filetypes
au BufNewFile,BufRead *.md set filetype=md au BufNewFile,BufRead *.md set filetype=md
@ -57,10 +58,12 @@ nnoremap <C-J> <C-W><C-J>
nnoremap <C-K> <C-W><C-K> nnoremap <C-K> <C-W><C-K>
nnoremap <C-L> <C-W><C-L> nnoremap <C-L> <C-W><C-L>
nnoremap <C-H> <C-W><C-H> nnoremap <C-H> <C-W><C-H>
nnoremap J :bn<Enter>
nnoremap K :bp<Enter>
nmap 0 ^ nmap 0 ^
" Latex " Latex
let g:tex_nospell=1 "let g:tex_nospell=1
" Shortcuts " Shortcuts
map <Space><Tab> <Esc>/<x_x><Enter>c5l map <Space><Tab> <Esc>/<x_x><Enter>c5l
inoremap <Space><Tab> <Esc>/<x_x><Enter>c5l inoremap <Space><Tab> <Esc>/<x_x><Enter>c5l

@ -1 +0,0 @@
Subproject commit 9a38216a1c0c597f978d73547d37681fc689c90d

@ -1 +0,0 @@
Subproject commit dd9289af03abafa76b28c503e20747ff7d7d89e5

@ -1 +0,0 @@
Subproject commit d0911146c68512defcf9d947542b06d7f7eed37e

@ -1 +0,0 @@
Subproject commit 56e8e41ef863a0a7d33d85c3c0c895aa6e9e62d3

View File

@ -6,7 +6,7 @@ plugins=(
sudo sudo
) )
ZSH_THEME="powerlevel9k/powerlevel9k" #ZSH_THEME="/usr/share/zsh-theme-powerlevel9k/powerlevel9k"
#POWERLEVEL #POWERLEVEL
POWERLEVEL9K_MODE='awesome-fontconfig' POWERLEVEL9K_MODE='awesome-fontconfig'
@ -15,13 +15,13 @@ POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(os_icon dir vcs)
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status time) POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status time)
POWERLEVEL9K_COLOR_SCHEME='light' POWERLEVEL9K_COLOR_SCHEME='light'
POWERLEVEL9K_STATUS_OK_BACKGROUND="blue" #POWERLEVEL9K_STATUS_OK_BACKGROUND="blue"
POWERLEVEL9K_STATUS_OK_FOREGROUND="orange" #POWERLEVEL9K_STATUS_OK_FOREGROUND="orange"
POWERLEVEL9K_STATUS_ERROR_BACKGROUND="blue" #POWERLEVEL9K_STATUS_ERROR_BACKGROUND="blue"
POWERLEVEL9K_STATUS_ERROR_FOREGROUND="red" #POWERLEVEL9K_STATUS_ERROR_FOREGROUND="red"
#
POWERLEVEL9K_TIME_BACKGROUND="white" #POWERLEVEL9K_TIME_BACKGROUND="white"
POWERLEVEL9K_TIME_FOREGROUND="black" #POWERLEVEL9K_TIME_FOREGROUND="black"
POWERLEVEL9K_TIME_FORMAT="%D{%H:%M:%S}" POWERLEVEL9K_TIME_FORMAT="%D{%H:%M:%S}"
POWERLEVEL9k_SHORTEN_STRATEGY="trunctuate_middle" POWERLEVEL9k_SHORTEN_STRATEGY="trunctuate_middle"
@ -72,6 +72,8 @@ export VISUAL=$EDITOR
export VISUAL_EDITOR=$EDITOR export VISUAL_EDITOR=$EDITOR
export DOTNET_CLI_TELEMETRY_OPTOUT=true export DOTNET_CLI_TELEMETRY_OPTOUT=true
export PATH="$PATH:/home/tuan/.dotnet/tools" export PATH="$PATH:/home/tuan/.dotnet/tools"
export ASPNETCORE_Environment=Development
# Functions # Functions
source /usr/share/zsh-theme-powerlevel9k/powerlevel9k.zsh-theme