diff --git a/Konfigs/.bashrc b/Konfigs/.bashrc deleted file mode 100644 index c17a634..0000000 --- a/Konfigs/.bashrc +++ /dev/null @@ -1,29 +0,0 @@ -# .bashrc - -# Source global definitions -if [ -f /etc/bashrc ]; then - . /etc/bashrc -fi - -# User specific environment -if ! [[ "$PATH" =~ "$HOME/.local/bin:$HOME/bin:" ]]; then - PATH="$HOME/.local/bin:$HOME/bin:$PATH" -fi -export PATH - -# Uncomment the following line if you don't like systemctl's auto-paging feature: -# export SYSTEMD_PAGER= - -# User specific aliases and functions -if [ -d ~/.bashrc.d ]; then - for rc in ~/.bashrc.d/*; do - if [ -f "$rc" ]; then - . "$rc" - fi - done -fi -unset rc - -fastfetch -eval "$(oh-my-posh init bash --config ~/.cache/oh-my-posh/themes/gruvbox.omp.json)" -export SSH_AUTH_SOCK=/home/philip/.var/app/com.bitwarden.desktop/data/.bitwarden-ssh-agent.sock \ No newline at end of file diff --git a/Konfigs/alacritty.toml b/Konfigs/alacritty.toml deleted file mode 100644 index 5d41000..0000000 --- a/Konfigs/alacritty.toml +++ /dev/null @@ -1,16 +0,0 @@ -[window] -opacity = 0.95 -padding = { x = 10, y = 10 } - -[font] -normal.family = "FiraCode Nerd Font" -normal.style = "Regular" -size = 11.0 - -[terminal] -shell.program = "/usr/bin/zellij" - -[colors.primary] -background = "0x1e1e30" -foreground = "0xcdd6f4" - diff --git a/Konfigs/vscodium.repo b/Konfigs/vscodium.repo deleted file mode 100644 index 8e87c81..0000000 --- a/Konfigs/vscodium.repo +++ /dev/null @@ -1,8 +0,0 @@ -[gitlab.com_paulcarroty_vscodium_repo] -name=download.vscodium.com -baseurl=https://download.vscodium.com/rpms/ -enabled=1 -gpgcheck=1 -repo_gpgcheck=1 -gpgkey=https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/-/raw/master/pub.gpg -metadata_expire=1h