From f22235d73d962f8325795c3612d1c064552566f7 Mon Sep 17 00:00:00 2001 From: Nikurasu Date: Mon, 13 Nov 2023 15:01:38 +0100 Subject: [PATCH] Setup some stuff for debian --- .gitignore | 0 .gitmodules | 0 README.md | 0 alacritty/alacritty.yml | 0 awesome/rc.lua | 0 awesome/theme.lua | 0 fish/conf.d/10-variables.fish | 4 ++++ fish/conf.d/20-commands.fish | 0 fish/config.fish | 2 ++ helix/config.toml | 0 helix/languages.toml | 0 helix/themes/catppuccin_macchiato.toml | 0 nvim/init.lua | 0 shell/alias/alias | 0 shell/alias/eza | 0 shell/env.sh.example | 0 shell/functions.sh | 0 starship/starship.toml | 0 18 files changed, 6 insertions(+) mode change 100644 => 100755 .gitignore mode change 100644 => 100755 .gitmodules mode change 100644 => 100755 README.md mode change 100644 => 100755 alacritty/alacritty.yml mode change 100644 => 100755 awesome/rc.lua mode change 100644 => 100755 awesome/theme.lua mode change 100644 => 100755 fish/conf.d/10-variables.fish mode change 100644 => 100755 fish/conf.d/20-commands.fish mode change 100644 => 100755 fish/config.fish mode change 100644 => 100755 helix/config.toml mode change 100644 => 100755 helix/languages.toml mode change 100644 => 100755 helix/themes/catppuccin_macchiato.toml mode change 100644 => 100755 nvim/init.lua mode change 100644 => 100755 shell/alias/alias mode change 100644 => 100755 shell/alias/eza mode change 100644 => 100755 shell/env.sh.example mode change 100644 => 100755 shell/functions.sh mode change 100644 => 100755 starship/starship.toml diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/.gitmodules b/.gitmodules old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml old mode 100644 new mode 100755 diff --git a/awesome/rc.lua b/awesome/rc.lua old mode 100644 new mode 100755 diff --git a/awesome/theme.lua b/awesome/theme.lua old mode 100644 new mode 100755 diff --git a/fish/conf.d/10-variables.fish b/fish/conf.d/10-variables.fish old mode 100644 new mode 100755 index f6b5f27..a94b97c --- a/fish/conf.d/10-variables.fish +++ b/fish/conf.d/10-variables.fish @@ -4,3 +4,7 @@ set -gx VOLTA_HOME $HOME/.volta set -gxa PATH $VOLTA_HOME/bin set -gxa PATH $HOME/.local/bin set -gxa PATH $HOME/.cargo/bin +set -gxa PATH $HOME/.local/share/bob/nvim-bin +set -gx PYENV_ROOT $HOME/.pyenv +set -gxa PATH $PYENV_ROOT/bin +set -gxa PATH $PYENV_ROOT/shims diff --git a/fish/conf.d/20-commands.fish b/fish/conf.d/20-commands.fish old mode 100644 new mode 100755 diff --git a/fish/config.fish b/fish/config.fish old mode 100644 new mode 100755 index d86c7a6..75a17e4 --- a/fish/config.fish +++ b/fish/config.fish @@ -12,3 +12,5 @@ if type -q eza end starship init fish | source +pyenv init - | source +status --is-interactive; and source (pyenv virtualenv-init -|psub) diff --git a/helix/config.toml b/helix/config.toml old mode 100644 new mode 100755 diff --git a/helix/languages.toml b/helix/languages.toml old mode 100644 new mode 100755 diff --git a/helix/themes/catppuccin_macchiato.toml b/helix/themes/catppuccin_macchiato.toml old mode 100644 new mode 100755 diff --git a/nvim/init.lua b/nvim/init.lua old mode 100644 new mode 100755 diff --git a/shell/alias/alias b/shell/alias/alias old mode 100644 new mode 100755 diff --git a/shell/alias/eza b/shell/alias/eza old mode 100644 new mode 100755 diff --git a/shell/env.sh.example b/shell/env.sh.example old mode 100644 new mode 100755 diff --git a/shell/functions.sh b/shell/functions.sh old mode 100644 new mode 100755 diff --git a/starship/starship.toml b/starship/starship.toml old mode 100644 new mode 100755