Compare commits

...

4 commits

7 changed files with 39 additions and 24 deletions

View file

@ -0,0 +1,23 @@
[colors.bright]
black = "#404040"
blue = "#0000ff"
cyan = "#00ffff"
green = "#00ff00"
magenta = "#ff00ff"
red = "#ff0000"
white = "#ffffff"
yellow = "#ffff00"
[colors.normal]
black = "#000000"
blue = "#0000cd"
cyan = "#00cdcd"
green = "#00cd00"
magenta = "#cd00cd"
red = "#cd0000"
white = "#faebd7"
yellow = "#cdcd00"
[colors.primary]
background = "#000000"
foreground = "#c0c0c0"

View file

@ -1,23 +0,0 @@
colors:
primary:
background: '#000000'
foreground: '#c0c0c0'
normal:
black: '#000000'
red: '#cd0000'
green: '#00cd00'
yellow: '#cdcd00'
blue: '#0000cd'
magenta: '#cd00cd'
cyan: '#00cdcd'
white: '#faebd7'
bright:
black: '#404040'
red: '#ff0000'
green: '#00ff00'
yellow: '#ffff00'
blue: '#0000ff'
magenta: '#ff00ff'
cyan: '#00ffff'
white: '#ffffff'

View file

@ -13,3 +13,8 @@
prompt = false
[core]
autocrlf = input
[includeIf "gitdir:~/projects/24h/"]
path = .gitconfig-dlrg
[includeIf "gitdir:~/projects/Karlsruhe/"]
path = .gitconfig-hka

View file

@ -0,0 +1,3 @@
[user]
name = Julius Freudenberger
email = julius.freudenberger@spaichingen-aldingen.dlrg.de

View file

@ -0,0 +1,3 @@
[user]
name = Julius Freudenberger
email = frju1029@h-ka.de

View file

@ -72,6 +72,7 @@ bindsym XF86Tools exec playerctl previous
# Start Applications
bindsym $mod+F2 exec firefox
bindsym $mod+Shift+F2 exec firefox --private-window
bindsym $mod+Ctrl+F2 exec rofirefox
bindsym $mod+F3 exec nemo
# bindsym $mod+F3 exec ranger
bindsym $mod+t exec --no-startup-id pkill compton
@ -220,7 +221,7 @@ for_window [class="Galculator"] floating enable border pixel 1
for_window [title="MuseScore: Play Panel"] floating enable
for_window [class="Nitrogen"] floating enable sticky enable border normal
for_window [class="Oblogout"] fullscreen enable
for_window [class="Pavucontrol"] floating enable
for_window [class="pavucontrol"] floating enable
for_window [class="qt5ct"] floating enable sticky enable border normal
for_window [class="Qtconfig-qt4"] floating enable sticky enable border normal
for_window [class="System-config-printer.py"] floating enable border normal

View file

@ -23,6 +23,9 @@ Plug 'preservim/vim-markdown'
Plug 'neoclide/coc.nvim', {'branch': 'release'}
Plug 'lervag/vimtex'
Plug 'nvarner/typst-lsp'
Plug 'williamboman/mason-lspconfig.nvim'
Plug 'williamboman/mason.nvim'
Plug 'neovim/nvim-lspconfig'
Plug 'kaarmu/typst.vim'
let g:vimtex_view_method = 'zathura'
let g:coc_filetype_map = {'tex': 'latex'}