From f94cb5c2ded5dfa41fb881205a81600bfb2e1427 Mon Sep 17 00:00:00 2001 From: Chloe Kudryavtsev Date: Wed, 18 Jan 2023 13:37:20 +0100 Subject: remove a bunch more no longer used stuff --- dot_config/beets/config.yaml | 11 ------- dot_config/environment.d/.keep | 0 dot_config/environment.d/99-paths.conf | 10 ------- dot_config/micro/syntax/.keep | 0 dot_config/micro/syntax/gemini.yaml | 23 --------------- dot_config/micro/syntax/rc.yaml | 32 -------------------- dot_config/mpv/mpv.conf | 16 ---------- dot_config/mpv/script-opts/acompressor.conf | 1 - dot_config/mpv/scripts/symlink_acompressor.lua | 1 - dot_config/mpv/twitch-input.conf | 21 ------------- dot_config/private_fish/conf.d/yarn.fish | 4 --- dot_config/rofi/config | 9 ------ dot_config/starship.toml | 1 - dot_config/streamlink/config.tmpl | 11 ------- dot_config/tmux/tmux.conf | 41 -------------------------- 15 files changed, 181 deletions(-) delete mode 100644 dot_config/beets/config.yaml delete mode 100644 dot_config/environment.d/.keep delete mode 100644 dot_config/environment.d/99-paths.conf delete mode 100644 dot_config/micro/syntax/.keep delete mode 100644 dot_config/micro/syntax/gemini.yaml delete mode 100644 dot_config/micro/syntax/rc.yaml delete mode 100644 dot_config/mpv/mpv.conf delete mode 100644 dot_config/mpv/script-opts/acompressor.conf delete mode 100644 dot_config/mpv/scripts/symlink_acompressor.lua delete mode 100644 dot_config/mpv/twitch-input.conf delete mode 100644 dot_config/private_fish/conf.d/yarn.fish delete mode 100644 dot_config/rofi/config delete mode 100644 dot_config/starship.toml delete mode 100644 dot_config/streamlink/config.tmpl delete mode 100644 dot_config/tmux/tmux.conf (limited to 'dot_config') diff --git a/dot_config/beets/config.yaml b/dot_config/beets/config.yaml deleted file mode 100644 index 3c83952..0000000 --- a/dot_config/beets/config.yaml +++ /dev/null @@ -1,11 +0,0 @@ -directory: ~/Music -library: ~/.local/share/beets.db -incremental: yes - -plugins: bpd edit fetchart fromfilename info inline lastgenre mbsync replaygain scrub web - -bpd: - password: musicalthrones - -replaygain: - backend: gstreamer diff --git a/dot_config/environment.d/.keep b/dot_config/environment.d/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/dot_config/environment.d/99-paths.conf b/dot_config/environment.d/99-paths.conf deleted file mode 100644 index 09aa825..0000000 --- a/dot_config/environment.d/99-paths.conf +++ /dev/null @@ -1,10 +0,0 @@ -CARGO_HOME=$HOME/.local/cargo -DENO_DIR=$HOME/.local/deno -LUAROCKS_CONFIG=$HOME/.config/luarocks/config.lua -PIPX_BIN_DIR=$HOME/.local/pipx/bin - -JUMP_HOME=$HOME/.local/share/jump -RLWRAP_HOME=$HOME/.local/share/rlwrap - -MANPATH=$HOME/.local/share/man:/usr/local/share/man:/usr/share/man -TERMINFO_DIRS=$HOME/.local/share/terminfo:/usr/local/share/terminfo:/etc/terminfo: diff --git a/dot_config/micro/syntax/.keep b/dot_config/micro/syntax/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/dot_config/micro/syntax/gemini.yaml b/dot_config/micro/syntax/gemini.yaml deleted file mode 100644 index 40ba789..0000000 --- a/dot_config/micro/syntax/gemini.yaml +++ /dev/null @@ -1,23 +0,0 @@ -filetype: gemini - -detect: - filename: "(\\.gmi$|\\.gemini$)" - -rules: - # links - - constant: "^=>" - - # preformatted toggles/lines - - special: - start: "^```" - end: "^```" - rules: [] - - # headings - - special: "^#{1,3}.*$" - - # unordered lists - - identifier: "^\\* " - - # quotes - - statement: "^>.*$" diff --git a/dot_config/micro/syntax/rc.yaml b/dot_config/micro/syntax/rc.yaml deleted file mode 100644 index 62b0c85..0000000 --- a/dot_config/micro/syntax/rc.yaml +++ /dev/null @@ -1,32 +0,0 @@ -filetype: p9rc - -# this is all buggy and shitty but it's better than nothing lmao - -detect: - filename: ".rc$" - header: "^#!.*/(env +)?rc( |$)" - -rules: - # Flow control - - statement: "\\b(if|else|while|for|in|switch|case|fn)\\b" - - # Logical operators - - special: "(\\!|\\|\\||&&|~|\\^|=|`)" - - # Builtins - - type: "\\b(\\.|break|builtin|cd|continue|echo|eval|exec|exit|flag|limit|newgrp|return|shift|umask|wait|whatis)\\b" - - # Variables - - identifier: "\\$(\"|\\^)?[0-9A-Za-z_!@#$*?-]+(\\([^\\)]*\\))?" - - # String literals - - constant.string: - start: "'" - end: "'" - rules: [] - - - comment: - start: "(^|\\s)#" - end: "$" - rules: - - todo: "(TODO|XXX|FIXME):?" diff --git a/dot_config/mpv/mpv.conf b/dot_config/mpv/mpv.conf deleted file mode 100644 index a931bad..0000000 --- a/dot_config/mpv/mpv.conf +++ /dev/null @@ -1,16 +0,0 @@ -[default] -volume=80 - -hwdec=auto-safe - -ao=pulse -vo=gpu -gpu-api=vulkan -video-sync=display-resample - -screenshot-format=png -screenshot-directory=~/Pictures/Screenshots/mpv - -[twitch] -osc=no -input-conf=~/.config/mpv/twitch-input.conf diff --git a/dot_config/mpv/script-opts/acompressor.conf b/dot_config/mpv/script-opts/acompressor.conf deleted file mode 100644 index 892c0ba..0000000 --- a/dot_config/mpv/script-opts/acompressor.conf +++ /dev/null @@ -1 +0,0 @@ -default_enable=yes diff --git a/dot_config/mpv/scripts/symlink_acompressor.lua b/dot_config/mpv/scripts/symlink_acompressor.lua deleted file mode 100644 index c3ab129..0000000 --- a/dot_config/mpv/scripts/symlink_acompressor.lua +++ /dev/null @@ -1 +0,0 @@ -/usr/share/mpv/scripts/acompressor.lua \ No newline at end of file diff --git a/dot_config/mpv/twitch-input.conf b/dot_config/mpv/twitch-input.conf deleted file mode 100644 index 46aea4c..0000000 --- a/dot_config/mpv/twitch-input.conf +++ /dev/null @@ -1,21 +0,0 @@ -WHEEL_UP ignore -WHEEL_DOWN ignore -RIGHT ignore -LEFT ignore -UP ignore -DOWN ignore -Shift+RIGHT ignore -Shift+LEFT ignore -Shift+UP ignore -Shift+DOWN ignore -Ctrl+LEFT ignore -Ctrl+RIGHT ignore -Shift+PGUP ignore -Shift+PGDWN ignore -Shift+BS ignore -Shift+Ctrl+BS ignore -FORWARD ignore -REWIND ignore -NEXT ignore -PREV ignore -l ignore diff --git a/dot_config/private_fish/conf.d/yarn.fish b/dot_config/private_fish/conf.d/yarn.fish deleted file mode 100644 index dda4459..0000000 --- a/dot_config/private_fish/conf.d/yarn.fish +++ /dev/null @@ -1,4 +0,0 @@ -if type -qf yarn && ! test -f ~/.yarnrc - yarn config set global-folder ~/.local/yarn/global - yarn config set prefix ~/.local/yarn -end diff --git a/dot_config/rofi/config b/dot_config/rofi/config deleted file mode 100644 index b495912..0000000 --- a/dot_config/rofi/config +++ /dev/null @@ -1,9 +0,0 @@ -rofi.combi-modi: ssh,drun -rofi.font: Hack 15 -rofi.matching: fuzzy -rofi.modi: combi,run -rofi.parse-known-hosts: true -rofi.sort: true -rofi.sorting-method: fzf -rofi.terminal: alacritty -rofi.theme: /usr/share/rofi/themes/Pop-Dark.rasi diff --git a/dot_config/starship.toml b/dot_config/starship.toml deleted file mode 100644 index 3057f34..0000000 --- a/dot_config/starship.toml +++ /dev/null @@ -1 +0,0 @@ -add_newline = false diff --git a/dot_config/streamlink/config.tmpl b/dot_config/streamlink/config.tmpl deleted file mode 100644 index 3473a77..0000000 --- a/dot_config/streamlink/config.tmpl +++ /dev/null @@ -1,11 +0,0 @@ -player=mpv -verbose-player - -{{- $laptops := list "laptoast" "toastbp" -}} -{{ if has (.chezmoi.hostname | lower) $laptops }} -default-stream=720p,720p60,1080p60,best -{{ else }} -default-stream=best -{{ end -}} - -player-passthrough=hls,http,rtmp diff --git a/dot_config/tmux/tmux.conf b/dot_config/tmux/tmux.conf deleted file mode 100644 index 5b0f01f..0000000 --- a/dot_config/tmux/tmux.conf +++ /dev/null @@ -1,41 +0,0 @@ -# --- obvious settings --- -# basics -set -g default-terminal "tmux-256color" # colors -set -g mouse on # mouse mode -set -sg escape-time 10 # fix vim -set -g xterm-keys on # ctrl-arrows, others... - -# 0 is very far away from 1 -set -g base-index 1 -set -g pane-base-index 1 - -# terminal titles -set -g set-titles on -set -g set-titles-string "#T" - -# true colors -set -ga terminal-overrides ",alacritty:RGB" -set -ga terminal-overrides ",foot:RGB" -set -ga terminal-overrides ",*256col*:RGB" -set -ga terminal-overrides ",xterm-kitty:RGB" - -# --- keybinds --- -# splitting -bind | split-window -h -bind - split-window -v -unbind '"' -unbind % - -# alt-direction to switch panes -bind -n M-Left select-pane -L -bind -n M-Right select-pane -R -bind -n M-Up select-pane -U -bind -n M-Down select-pane -D - -# convenience -bind r source-file ~/.config/tmux/tmux.conf - -# local conf -source-file -q ~/.config/tmux/local.tmux - -# vim: ft=tmux -- cgit v1.2.3