From 74c1ef70ce35cf0d082bf7e987288961e99fd961 Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Wed, 18 Dec 2024 12:05:17 +0200 Subject: [PATCH] Removed atuin, and also .korganizerrc is no longer kept in my dotfiles as it changes too frequently with things like my current view and it's pointless to version control (but will probably back it up somewhere privately) --- .config/korganizerrc | 79 ------------------------------------- .zshrc | 5 --- hosts/laptop-nixos/home.nix | 1 - 3 files changed, 85 deletions(-) delete mode 100644 .config/korganizerrc diff --git a/.config/korganizerrc b/.config/korganizerrc deleted file mode 100644 index 8f88a22..0000000 --- a/.config/korganizerrc +++ /dev/null @@ -1,79 +0,0 @@ -[Calendar] -Default Calendar=13 - -[CollectionTreeView] -Expansion= -HorizontalScroll=0 -VerticalScroll=0 - -[EmoticonRecentUsed] -Recents= - -[General] -CalendarFilters= -Current Filter= -Current View=Month -Range Mode=3 - -[GlobalCollectionSelection] -Current=x-1 -Selection=c42,c20,c19 - -[GlobalCollectionView] -Expansion= -HorizontalScroll=0 -VerticalScroll=0 - -[Internal Settings] -DefaultResourceColorSeed=5 -Work Week Mask=95 - -[KOrganizer Geometry] -Separator1=274,1005 -Separator2=194,0,140,213 - -[ListView Layout] -SortColumn=0 -SortOrder=0 -ViewState=\x00\x00\x00\xff\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x03\xe1\x00\x00\x00\x04\x01\x01\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00d\xff\xff\xff\xff\x00\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x04\x00\x00\x01H\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x82\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00z\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x01\x9d\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x03\xe8\x00\x00\x00\x007\x00\x00\x00\x00 - -[MainWindow] -ToolBarsMovable=Disabled - -[Settings] -DateNavigatorVisible=true -EventViewerVisible=true -ResourceViewVisible=true -TodoViewVisible=false - -[Sidebar Todo View] -ColumnOrder=0,1,2,3,4,5,6,7,8,9 -ColumnVisibility=true,false,false,false,true,true,false,false,false,false -ColumnWidths=89,0,0,0,93,86,0,0,0,0 -SortAscending=1 -SortColumn=0 - -[Time & Date] -Exclude Holidays=false -WeekStartDay=6 - -[Timescale] -Timescale Timezones= - -[TodoTreeViewState] -Current=x-1 -Expansion= -HorizontalScroll=0 -Selection= -VerticalScroll=0 - -[TodoTreeViewStateS] -Current=x-1 -Expansion= -HorizontalScroll=0 -Selection= -VerticalScroll=0 - -[Views] -Separator AgendaView=88,436 -ShownDatesCount=7 diff --git a/.zshrc b/.zshrc index 49900c9..d251f83 100644 --- a/.zshrc +++ b/.zshrc @@ -35,11 +35,6 @@ eval "$(oh-my-posh init zsh --config $HOME/.config/ohmyposh/tokyocat.omp.yml)" zinit ice wait lucid atload'source <(fzf --zsh)' && zinit load zdharma-continuum/null zinit ice wait lucid atload'eval "$(zoxide init --cmd cd zsh)"' && zinit load zdharma-continuum/null -# Load Atuin (better ctrl+r) -# bindkey '"\C-r"' 'reverse-search-history' -eval "$(atuin init zsh)" -zinit load atuinsh/atuin - # # Keybindings bindkey -v # Vim Mode bindkey '^p' history-search-backward diff --git a/hosts/laptop-nixos/home.nix b/hosts/laptop-nixos/home.nix index eeed818..682b851 100644 --- a/hosts/laptop-nixos/home.nix +++ b/hosts/laptop-nixos/home.nix @@ -76,7 +76,6 @@ kdePackages.korganizer kdePackages.kaddressbook gitleaks - atuin ]; # Home Manager is pretty good at managing dotfiles. The primary way to manage