Änderung des folders der Datein
This commit is contained in:
29
files/.bashrc
Normal file
29
files/.bashrc
Normal file
@@ -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
|
||||||
16
files/alacritty.toml
Normal file
16
files/alacritty.toml
Normal file
@@ -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"
|
||||||
|
|
||||||
8
files/vscodium.repo
Normal file
8
files/vscodium.repo
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user