From a2e332000781f9378f610615bbbbc4e026669ec3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leon=20Gr=C3=BCnewald?= <10533763+dhalucario@users.noreply.github.com> Date: Tue, 28 Jan 2025 11:35:48 +0100 Subject: [PATCH] Get rid of omf --- shell/.config/omf/bundle | 3 --- shell/.config/omf/channel | 1 - shell/.config/omf/init.fish | 21 --------------------- shell/.config/omf/theme | 1 - 4 files changed, 26 deletions(-) delete mode 100644 shell/.config/omf/bundle delete mode 100644 shell/.config/omf/channel delete mode 100644 shell/.config/omf/init.fish delete mode 100644 shell/.config/omf/theme diff --git a/shell/.config/omf/bundle b/shell/.config/omf/bundle deleted file mode 100644 index 314f682..0000000 --- a/shell/.config/omf/bundle +++ /dev/null @@ -1,3 +0,0 @@ -package git@github.com:PatrickF1/fzf.fish.git -theme default -theme sashimi diff --git a/shell/.config/omf/channel b/shell/.config/omf/channel deleted file mode 100644 index 2bf5ad0..0000000 --- a/shell/.config/omf/channel +++ /dev/null @@ -1 +0,0 @@ -stable diff --git a/shell/.config/omf/init.fish b/shell/.config/omf/init.fish deleted file mode 100644 index d2c15b4..0000000 --- a/shell/.config/omf/init.fish +++ /dev/null @@ -1,21 +0,0 @@ -export DENO_INSTALL="$HOME/.deno" - -fish_add_path $DENO_INSTALL/bin -fish_add_path $HOME/.local/bin -fish_add_path $HOME/.cargo/bin - -export BROWSER="firefox" -if type -q lvim - export EDITOR="lvim" - alias vim lvim -else - export EDITOR="vim" -end - -alias gitroot='cd $(git rev-parse --show-toplevel)' -alias dc-up="docker compose up" -alias dc-upd="docker compose up -d" -alias dc-down="docker compose down" -alias kubectl="minikube kubectl --" -# abbr cd $(find ~/workspace -mindepth 1 -maxdepth 1 -type d | sed "s|$HOME|~|g" | fzf) -alias ws="cd ~/workspace/\$(ls ~/workspace | fzf)" diff --git a/shell/.config/omf/theme b/shell/.config/omf/theme deleted file mode 100644 index 6392d1a..0000000 --- a/shell/.config/omf/theme +++ /dev/null @@ -1 +0,0 @@ -sashimi