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 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"
|
|
@ -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
|
2
stow.sh
2
stow.sh
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue