From 522ff8ac5d8fc1b7ad46e33a2157a4d2704946d4 Mon Sep 17 00:00:00 2001 From: Thilo Billerbeck Date: Tue, 2 May 2023 23:16:23 +0200 Subject: [PATCH] finished up most of the conversion work --- dotfiles/init.vim | 43 ----- dotfiles/locale.conf | 10 -- dotfiles/nanorc | 305 ----------------------------------- dotfiles/pipewire.conf | 355 ----------------------------------------- dotfiles/zshrc | 82 ---------- home.nix | 6 +- programs/alacritty.nix | 92 +++++------ programs/beets.nix | 40 +++-- programs/direnv.nix | 6 +- programs/git.nix | 44 ++--- programs/htop.nix | 80 +++++----- programs/neovim.nix | 56 +++---- programs/starship.nix | 12 +- programs/topgrade.nix | 20 +-- programs/vscode.nix | 4 +- programs/yt-dlp.nix | 5 +- programs/zsh.nix | 84 +++++----- 17 files changed, 229 insertions(+), 1015 deletions(-) delete mode 100644 dotfiles/init.vim delete mode 100644 dotfiles/locale.conf delete mode 100644 dotfiles/nanorc delete mode 100644 dotfiles/pipewire.conf delete mode 100644 dotfiles/zshrc diff --git a/dotfiles/init.vim b/dotfiles/init.vim deleted file mode 100644 index a3223c7..0000000 --- a/dotfiles/init.vim +++ /dev/null @@ -1,43 +0,0 @@ -call plug#begin('~/.vim/plugged') - -" FILE VIEW -Plug 'scrooloose/nerdtree' -Plug 'ryanoasis/vim-devicons' - -" COC -Plug 'neoclide/coc.nvim', {'branch': 'release'} -Plug 'junegunn/fzf', { 'do': { -> fzf#install() } } - -Plug 'dense-analysis/ale' - -call plug#end() - -" GENERAL - -set title -set number -set relativenumber -set cursorline - -" - -set mouse=a - -" THEMES -syntax enable - -" FILE VIEW - -let g:NERDTreeShowHidden = 1 -let g:NERDTreeMinimalUI = 1 -let g:NERDTreeIgnore = [ '.git/' ] -let g:NERDTreeStatusline = '' -let g:NERDTreeMouseMode = 2 -" Automaticaly close nvim if NERDTree is only thing left open -autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTree") && b:NERDTree.isTabTree()) | q | endif -" Toggle -nnoremap :NERDTreeToggle - -" COC -let g:coc_global_extensions = ['coc-emmet', 'coc-css', 'coc-html', 'coc-json', 'coc-prettier', 'coc-tsserver'] - diff --git a/dotfiles/locale.conf b/dotfiles/locale.conf deleted file mode 100644 index 671b6a7..0000000 --- a/dotfiles/locale.conf +++ /dev/null @@ -1,10 +0,0 @@ -LANG=de_DE.UTF-8 -LC_ADDRESS=de_DE.UTF-8 -LC_IDENTIFICATION=de_DE.UTF-8 -LC_MEASUREMENT=de_DE.UTF-8 -LC_MONETARY=de_DE.UTF-8 -LC_NAME=de_DE.UTF-8 -LC_NUMERIC=de_DE.UTF-8 -LC_PAPER=de_DE.UTF-8 -LC_TELEPHONE=de_DE.UTF-8 -LC_TIME=de_DE.UTF-8 \ No newline at end of file diff --git a/dotfiles/nanorc b/dotfiles/nanorc deleted file mode 100644 index 0fce9c8..0000000 --- a/dotfiles/nanorc +++ /dev/null @@ -1,305 +0,0 @@ -## Test comment - -## Sample initialization file for GNU nano. -## -## For the options that take parameters, the default value is shown. -## Other options are unset by default. To make sure that an option -## is disabled, you can use "unset