diff --git a/user/.bash_profile b/user/.bash_profile index f7d64abce..48b412931 100644 --- a/user/.bash_profile +++ b/user/.bash_profile @@ -1,11 +1,4 @@ #!/bin/bash -## ____ __ -## / __ \_________ _/ /_____ -## / / / / ___/ __ `/ //_/ _ \ -## / /_/ / / / /_/ / ,< / __/ Clay Gomera (Drake) -## /_____/_/ \__,_/_/|_|\___/ My custom bash_profile config -## -# # Home folders export XDG_DATA_HOME="$HOME/.local/share" diff --git a/user/.bashrc b/user/.bashrc index 5dc163776..dc0d62147 100644 --- a/user/.bashrc +++ b/user/.bashrc @@ -1,6 +1,7 @@ ### EXPORT ### export TERM="xterm-256color" # getting proper colors export HISTCONTROL=ignoredups:erasedups # no duplicate entries +export GOPATH="$HOME/go" ### "bat" as manpager export MANPAGER="sh -c 'col -bx | bat -l man -p'" @@ -31,6 +32,9 @@ fi if [ -d "$HOME/Applications" ] ; then PATH="$HOME/Applications:$PATH" fi +if [ -d "$HOME/go/bin" ] ; + then PATH="$HOME/go/bin:$PATH" +fi ### CHANGE TITLE OF TERMINALS ### case ${TERM} in diff --git a/user/dependencies.md b/user/dependencies.md deleted file mode 100644 index 624ec659f..000000000 --- a/user/dependencies.md +++ /dev/null @@ -1,8 +0,0 @@ -# Dependencies - -paru -S --needed hyrpland swww wezterm hyprpicker wofi waybar-hyprland swaylock dunst wayshot slurp wf-recorder wl-clipboard cliphist wdisplays polkit-gnome pipewire wireplumber pipewire-alsa pipewire-pulse pipewire-jack pipewire-audio pipewire-v4l2 xdg-desktop-portal xdg-desktop-portal-hyprland ttf-mononoki-nerd ttf-nerd-fonts-symbols ttf-nerd-fonts-symbols-mono brightnessctl playerctl udisks2 power-profiles-daemon bluez bluez-utils noto-fonts noto-fonts-extra noto-fonts-emoji neovide nvim btop htop pulsemixer alsa-utils tut newsboat cmus vifm w3m mpv zathura zathura-pdf-poppler zathura-cb imv fd ripgrep jq fish bat exa starship capnet-assist gruvbox-dark-gtk gruvbox-dark-icons-gtk xcursor-simp1e-gruvbox-dark gtk-engine-murrine qt5-wayland qt6-wayland kvantum ytfzf ani-cli - -# not managed by the package manager -- lunarvim -- flix-cli -