Setup some stuff for debian

This commit is contained in:
Nikurasu 2023-11-13 15:01:38 +01:00
parent ce36992065
commit f22235d73d
Signed by: Nikurasu
GPG Key ID: 9E7F14C03EF1F271
18 changed files with 6 additions and 0 deletions

0
.gitignore vendored Normal file → Executable file
View File

0
.gitmodules vendored Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

0
alacritty/alacritty.yml Normal file → Executable file
View File

0
awesome/rc.lua Normal file → Executable file
View File

0
awesome/theme.lua Normal file → Executable file
View File

4
fish/conf.d/10-variables.fish Normal file → Executable file
View File

@ -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

0
fish/conf.d/20-commands.fish Normal file → Executable file
View File

2
fish/config.fish Normal file → Executable file
View File

@ -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)

0
helix/config.toml Normal file → Executable file
View File

0
helix/languages.toml Normal file → Executable file
View File

0
helix/themes/catppuccin_macchiato.toml Normal file → Executable file
View File

0
nvim/init.lua Normal file → Executable file
View File

0
shell/alias/alias Normal file → Executable file
View File

0
shell/alias/eza Normal file → Executable file
View File

0
shell/env.sh.example Normal file → Executable file
View File

0
shell/functions.sh Normal file → Executable file
View File

0
starship/starship.toml Normal file → Executable file
View File