mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-27 01:03:43 +02:00
feat: new structure for shell folder
This commit is contained in:
parent
ec52b373d2
commit
d19430a116
14 changed files with 3 additions and 2 deletions
|
@ -12,6 +12,7 @@ alias vlist="xbps-query -l"
|
||||||
alias vrepos="xbps-query -L"
|
alias vrepos="xbps-query -L"
|
||||||
alias vhold="sudo xbps-pkgdb -m hold"
|
alias vhold="sudo xbps-pkgdb -m hold"
|
||||||
alias vunhold="sudo xbps-pkgdb -m unhold"
|
alias vunhold="sudo xbps-pkgdb -m unhold"
|
||||||
|
alias vmirror="sudo xmirror"
|
||||||
alias killall="pkill -f"
|
alias killall="pkill -f"
|
||||||
|
|
||||||
alias rmhyprland="vrm hyprland hyprland-protocols hyprlang xdg-desktop-portal-hyprland"
|
alias rmhyprland="vrm hyprland hyprland-protocols hyprlang xdg-desktop-portal-hyprland"
|
|
@ -7,7 +7,7 @@ export NEKORAY_PATH=/opt/nekoray/nekoray
|
||||||
export CODE_PATH=/opt/vscode/code
|
export CODE_PATH=/opt/vscode/code
|
||||||
export DOTFILES=$HOME/.dots-hyprland
|
export DOTFILES=$HOME/.dots-hyprland
|
||||||
export VOID_PACKAGES_PATH=$HOME/.local/pkgs/void-packages
|
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
|
export STEAM_OS=$HOME/.steam-os/main.sh
|
||||||
|
|
||||||
if [ -d "/home/$USER/platform-tools" ]; then
|
if [ -d "/home/$USER/platform-tools" ]; then
|
2
stow.sh
2
stow.sh
|
@ -5,7 +5,7 @@ source ./scripts/utils/helpers.sh
|
||||||
|
|
||||||
CONFIGS_DIR="$(pwd)/configs"
|
CONFIGS_DIR="$(pwd)/configs"
|
||||||
DOTFILES_DIR="$CONFIGS_DIR/dotfiles"
|
DOTFILES_DIR="$CONFIGS_DIR/dotfiles"
|
||||||
SHELL_DIR="$CONFIGS_DIR/shell"
|
SHELL_DIR="$CONFIGS_DIR/shell/zsh"
|
||||||
SHORTCUTS_DIR="$CONFIGS_DIR/shortcuts"
|
SHORTCUTS_DIR="$CONFIGS_DIR/shortcuts"
|
||||||
HYPRLAND_DIR="$CONFIGS_DIR/hyprland"
|
HYPRLAND_DIR="$CONFIGS_DIR/hyprland"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue