diff --git a/files/.bashrc b/files/.bashrc new file mode 100644 index 0000000..c17a634 --- /dev/null +++ b/files/.bashrc @@ -0,0 +1,29 @@ +# .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/files/alacritty.toml b/files/alacritty.toml new file mode 100644 index 0000000..5d41000 --- /dev/null +++ b/files/alacritty.toml @@ -0,0 +1,16 @@ +[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/files/vscodium.repo b/files/vscodium.repo new file mode 100644 index 0000000..8e87c81 --- /dev/null +++ b/files/vscodium.repo @@ -0,0 +1,8 @@ +[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