diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml deleted file mode 100644 index f1b30be..0000000 --- a/.config/alacritty/alacritty.yml +++ /dev/null @@ -1,162 +0,0 @@ -# run `fc-list` to see available fonts -font: - normal: - family: NotoSansMono Nerd Font - style: Regular - bold: - family: NotoSansMono Nerd Font - style: Bold - italic: - family: NotoSansMono Nerd Font - style: Italic - bold_italic: - family: NotoSansMono Nerd Font - style: Bold Italic - size: 16 - - -schemes: - gruvbox_material_hard_dark: &gruvbox_material_hard_dark - primary: - background: '#1d2021' - foreground: '#d4be98' - normal: - black: '#32302f' - red: '#ea6962' - green: '#a9b665' - yellow: '#d8a657' - blue: '#7daea3' - magenta: '#d3869b' - cyan: '#89b482' - white: '#d4be98' - bright: - black: '#32302f' - red: '#ea6962' - green: '#a9b665' - yellow: '#d8a657' - blue: '#7daea3' - magenta: '#d3869b' - cyan: '#89b482' - white: '#d4be98' - gruvbox_material_medium_dark: &gruvbox_material_medium_dark - primary: - background: '#282828' - foreground: '#d4be98' - normal: - black: '#3c3836' - red: '#ea6962' - green: '#a9b665' - yellow: '#d8a657' - blue: '#7daea3' - magenta: '#d3869b' - cyan: '#89b482' - white: '#d4be98' - bright: - black: '#3c3836' - red: '#ea6962' - green: '#a9b665' - yellow: '#d8a657' - blue: '#7daea3' - magenta: '#d3869b' - cyan: '#89b482' - white: '#d4be98' - gruvbox_material_soft_dark: &gruvbox_material_soft_dark - primary: - background: '#32302f' - foreground: '#d4be98' - normal: - black: '#45403d' - red: '#ea6962' - green: '#a9b665' - yellow: '#d8a657' - blue: '#7daea3' - magenta: '#d3869b' - cyan: '#89b482' - white: '#d4be98' - bright: - black: '#45403d' - red: '#ea6962' - green: '#a9b665' - yellow: '#d8a657' - blue: '#7daea3' - magenta: '#d3869b' - cyan: '#89b482' - white: '#d4be98' - gruvbox_material_hard_light: &gruvbox_material_hard_light - primary: - background: '#f9f5d7' - foreground: '#654735' - normal: - black: '#654735' - red: '#c14a4a' - green: '#6c782e' - yellow: '#b47109' - blue: '#45707a' - magenta: '#945e80' - cyan: '#4c7a5d' - white: '#f2e5bc' - bright: - black: '#654735' - red: '#c14a4a' - green: '#6c782e' - yellow: '#b47109' - blue: '#45707a' - magenta: '#945e80' - cyan: '#4c7a5d' - white: '#f2e5bc' - gruvbox_material_medium_light: &gruvbox_material_medium_light - primary: - background: '#fbf1c7' - foreground: '#654735' - normal: - black: '#654735' - red: '#c14a4a' - green: '#6c782e' - yellow: '#b47109' - blue: '#45707a' - magenta: '#945e80' - cyan: '#4c7a5d' - white: '#eee0b7' - bright: - black: '#654735' - red: '#c14a4a' - green: '#6c782e' - yellow: '#b47109' - blue: '#45707a' - magenta: '#945e80' - cyan: '#4c7a5d' - white: '#eee0b7' - gruvbox_material_soft_light: &gruvbox_material_soft_light - primary: - background: '#f2e5bc' - foreground: '#654735' - normal: - black: '#654735' - red: '#c14a4a' - green: '#6c782e' - yellow: '#b47109' - blue: '#45707a' - magenta: '#945e80' - cyan: '#4c7a5d' - white: '#e6d5ae' - bright: - black: '#654735' - red: '#c14a4a' - green: '#6c782e' - yellow: '#b47109' - blue: '#45707a' - magenta: '#945e80' - cyan: '#4c7a5d' - white: '#e6d5ae' - - -# Apply the color scheme. -# colors: *gruvbox_material_hard_dark -# colors: *gruvbox_material_medium_dark -# colors: *gruvbox_material_soft_dark -# colors: *gruvbox_material_hard_light -# colors: *gruvbox_material_medium_light -# colors: *gruvbox_material_soft_light - -colors: *gruvbox_material_soft_light -# colors: *gruvbox_material_soft_dark diff --git a/.config/fish/config.fish b/.config/fish/config.fish deleted file mode 100644 index 57875f4..0000000 --- a/.config/fish/config.fish +++ /dev/null @@ -1,8 +0,0 @@ -if not pgrep --full ssh-agent | string collect > /dev/null - eval (ssh-agent -c) - set -Ux SSH_AGENT_PID $SSH_AGENT_PID - set -Ux SSH_AUTH_SOCK $SSH_AUTH_SOCK - # ssh-add ~/.ssh/id_*_github -end - -set -gx EDITOR nvim diff --git a/.config/lf/lf.zsh b/.config/lf/lf.zsh deleted file mode 100644 index be3650a..0000000 --- a/.config/lf/lf.zsh +++ /dev/null @@ -1,33 +0,0 @@ -#compdef lf - -# Autocompletion for zsh shell. -# src: https://github.com/gokcehan/lf/blob/f04401ba4d43f21a084e603a52cf20f80b0c437d/etc/lf.zsh -# -# You need to rename this file to _lf and add containing folder to $fpath in -# ~/.zshrc file: -# -# fpath=(/path/to/directory/containing/the/file $fpath) -# autoload -U compinit -# compinit -# - -local arguments - -arguments=( - '-command[command to execute on client initialization]' - '-config[path to the config file (instead of the usual paths)]' - '-cpuprofile[path to the file to write the CPU profile]' - '-doc[show documentation]' - '-last-dir-path[path to the file to write the last dir on exit (to use for cd)]' - '-log[path to the log file to write messages]' - '-memprofile[path to the file to write the memory profile]' - '-remote[send remote command to server]' - '-selection-path[path to the file to write selected files on open (to use as open file dialog)]' - '-server[start server (automatic)]' - '-single[start a client without server]' - '-version[show version]' - '-help[show help]' - '*:filename:_files' -) - -_arguments -s $arguments diff --git a/.config/locale.conf b/.config/locale.conf deleted file mode 100644 index da66a84..0000000 --- a/.config/locale.conf +++ /dev/null @@ -1,17 +0,0 @@ -## link to: /etc/default/locale - -LANG=en_US.UTF-8 -LANGUAGE=en_US:en -LC_CTYPE=en_US.UTF-8 -LC_NUMERIC=en_US.UTF-8 -LC_TIME=da_DK.UTF-8 -LC_COLLATE=en_US.UTF-8 -LC_MONETARY=da_DK.UTF-8 -LC_MESSAGES=en_US.UTF-8 -LC_PAPER=en_US.UTF-8" -LC_NAME=da_DK.UTF-8" -LC_ADDRESS=da_DK.UTF-8" -LC_TELEPHONE=da_DK.UTF-8" -LC_MEASUREMENT=da_DK.UTF-8" -LC_IDENTIFICATION=en_US.UTF-8" -LC_ALL=en_US.UTF-8 diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf deleted file mode 100644 index b82cffb..0000000 --- a/.config/mpd/mpd.conf +++ /dev/null @@ -1,52 +0,0 @@ -# Recommended location for database -db_file "~/.config/mpd/database" - -# If running mpd using systemd, delete this line to log directly to systemd. -log_file "syslog" - -# The music directory is by default the XDG directory, uncomment to amend and choose a different directory -#music_directory "~/music" - -# Uncomment to refresh the database whenever files in the music_directory are changed -#auto_update "yes" - -# Uncomment to enable the functionalities -#playlist_directory "~/.config/mpd/playlists" -#pid_file "~/.config/mpd/pid" -#state_file "~/.config/mpd/state" -#sticker_file "~/.config/mpd/sticker.sql" - -audio_output { - type "pulse" - name "My pulse Device" - device "hw:0,0" # optional - format "44100:16:2" # optional - mixer_device "default" # optional - mixer_control "PCM" # optional - mixer_index "0" # optional -} -audio_output { - type "pulse" - name "MPD" -# server "remote_server" # optional -# sink "remote_server_sink" # optional -} -audio_output { -type "pulse" -name "My pulse EQ" -auto_resample "no" -use_mmap "yes" -device "plug:plugequal" -format "44100:16:2" # optional -mixer_device "default" # optional -mixer_control "PCM" # optional -mixer_index "0" # optional -} -mixer_type "software" - -audio_output { -type "fifo" -name "FIFO" -path "/tmp/mpd.fifo" -format "44100:16:2" -} diff --git a/.config/ncmpcpp/config b/.config/ncmpcpp/config deleted file mode 100644 index 91ef249..0000000 --- a/.config/ncmpcpp/config +++ /dev/null @@ -1,27 +0,0 @@ -mpd_music_dir = "~/Music/" -ncmpcpp_directory = "~/.config/ncmpcpp" -lyrics_directory = "~/.config/ncmpcpp/lyrics" -#execute_on_song_change = "~/.ncmpcpp/songchange.sh" - -## Unsupported mouse ## -mouse_support = "yes" -mouse_list_scroll_whole_page = "yes" - -## Navigation ## -cyclic_scrolling = "yes" -header_text_scrolling = "yes" -jump_to_now_playing_song_at_start = "yes" -lines_scrolled = "2" - -## Other ## -system_encoding = "utf-8" -regular_expressions = "extended" - -## -## Appearance -## Other ## -now_playing_prefix = "❥ " -progressbar_look = "───" -colors_enabled = "yes" -autocenter_mode = "yes" -centered_cursor = "yes" diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim deleted file mode 100644 index f3fb4c1..0000000 --- a/.config/nvim/init.vim +++ /dev/null @@ -1,72 +0,0 @@ -let mapleader ="," - -" show invisibles -set fileencoding=utf-8 -set list -set listchars=tab:→\ ,nbsp:␣,trail:•,precedes:«,extends:» - -" calendar setup -let g:calendar_first_day = 'monday' " set monday as first day of week -let g:calendar_week_number = 1 " add weeknumber - -" leader -map w :write - -" configs below are from LukeSmithxyz/LARBS -set title -set bg=light -set go=a -set mouse=a -set nohlsearch - -" clipboard + file name/path yanking -set clipboard+=unnamedplus -" yank file name -nmap yf :let @+ = expand("%") -" yank file full path -nmap yp :let @+ = expand("%:p") - - -" relative line numbering when leaving insert mode -set relativenumber -autocmd InsertEnter * :set number norelativenumber -autocmd InsertLeave * :set nonumber relativenumber - -" netrw (dir listing) settings -let g:netrw_liststyle = 3 -let g:netrw_banner = 0 -let g:netrw_browse_split = 3 -let g:netrw_winsize = 25 " % of page - -" Some basics: - nnoremap c "_c - set nocompatible - filetype plugin on - syntax on - set encoding=utf-8 -" Enable autocompletion: - set wildmode=longest,list,full -" Disables automatic commenting on newline: - autocmd FileType * setlocal formatoptions-=c formatoptions-=r formatoptions-=o -" Perform dot commands over visual blocks: - vnoremap . :normal . -" Spell-check set to o, 'o' for 'orthography': - map o :setlocal spell! spelllang=en_us -" Splits open at the bottom and right, which is non-retarded, unlike vim defaults. - set splitbelow splitright - -" Shortcutting split navigation, saving a keypress: - map h - map j - map k - map l - -" Replace all is aliased to S. - nnoremap S :%s//g - -" Automatically deletes all trailing whitespace and newlines at end of file on save. & reset cursor position - autocmd BufWritePre * let currPos = getpos(".") - autocmd BufWritePre * %s/\s\+$//e - autocmd BufWritePre * %s/\n\+\%$//e - autocmd BufWritePre *.[ch] %s/\%$/\r/e - autocmd BufWritePre * cal cursor(currPos[1], currPos[2]) diff --git a/.config/nvim/plugins.lua b/.config/nvim/plugins.lua deleted file mode 100644 index c4a09bc..0000000 --- a/.config/nvim/plugins.lua +++ /dev/null @@ -1,17 +0,0 @@ -local iron = require "iron.core" -iron.setup({ - config = { - should_map_plug = false, - scratch_repl = true, - repl_definition = { - python = { - command = { "ipython" }, - format = require("iron.fts.common").bracketed_paste, - }, - }, - }, - keymaps = { - send_motion = "ctr", - visual_send = "ctr", - }, -})