feat: new structure for shell folder

This commit is contained in:
hesam-init 2024-03-24 12:23:27 +03:30
parent ec52b373d2
commit d19430a116
14 changed files with 3 additions and 2 deletions

View file

@ -12,6 +12,7 @@ alias vlist="xbps-query -l"
alias vrepos="xbps-query -L"
alias vhold="sudo xbps-pkgdb -m hold"
alias vunhold="sudo xbps-pkgdb -m unhold"
alias vmirror="sudo xmirror"
alias killall="pkill -f"
alias rmhyprland="vrm hyprland hyprland-protocols hyprlang xdg-desktop-portal-hyprland"

View file

@ -7,7 +7,7 @@ export NEKORAY_PATH=/opt/nekoray/nekoray
export CODE_PATH=/opt/vscode/code
export DOTFILES=$HOME/.dots-hyprland
export VOID_PACKAGES_PATH=$HOME/.local/pkgs/void-packages
export DNS_CHANGER=$HOME/.shell/dns-changer.sh
export DNS_CHANGER=$HOME/.scripts/dns-changer.sh
export STEAM_OS=$HOME/.steam-os/main.sh
if [ -d "/home/$USER/platform-tools" ]; then

View file

@ -5,7 +5,7 @@ source ./scripts/utils/helpers.sh
CONFIGS_DIR="$(pwd)/configs"
DOTFILES_DIR="$CONFIGS_DIR/dotfiles"
SHELL_DIR="$CONFIGS_DIR/shell"
SHELL_DIR="$CONFIGS_DIR/shell/zsh"
SHORTCUTS_DIR="$CONFIGS_DIR/shortcuts"
HYPRLAND_DIR="$CONFIGS_DIR/hyprland"