Fix numerous file errors
This commit is contained in:
parent
5188bfd9bd
commit
9e6f9c58cf
1 changed files with 6 additions and 5 deletions
11
install.sh
11
install.sh
|
|
@ -100,7 +100,7 @@ installPkg "xorg wayland wl-clipboard"
|
|||
installPkg "alacritty swaybg"
|
||||
installPkg "xwayland-satellite"
|
||||
installPkg "grim slurp"
|
||||
displayCmd "echo 'repository=https://universalrepository.pages.dev/void' | sudo tee /etc/xbps.d/10-noctalia.conf" "Adding Noctalia to Package Manager"
|
||||
displayCmd "echo 'repository=https://universalrepository.pages.dev/void' >> /etc/xbps.d/10-noctalia.conf" "Adding Noctalia to Package Manager"
|
||||
installPkg "noctalia-shell niri swaylock"
|
||||
installPkg "pipewire wireplumber"
|
||||
displayCmd "mkdir -p /etc/pipewire/pipewire.conf.d" "Create Pipewire Configs"
|
||||
|
|
@ -115,7 +115,8 @@ installPkg "yazi helix lazygit iamb"
|
|||
|
||||
# --- Configurations ---
|
||||
displayTitle "Configurations"
|
||||
displayCmd "cp -r .config/* ~/.config/." "Installing configs"
|
||||
displayCmd "cp .bashrc ~/.bashrc" "Installing bash profile"
|
||||
displayCmd "cp -r Pictures ~/Pictures" "Installing pictures"
|
||||
displayCmd "cp -r /etc/xdg/quickshell ~/.config/." "Installing quickshell config"
|
||||
displayCmd "mkdir ~/.config" "Creating config directory"
|
||||
displayCmd "cp -r .config ${PWD}/.config" "Installing configs"
|
||||
displayCmd "cp .bashrc ${PWD}/.bashrc" "Installing bash profile"
|
||||
displayCmd "cp -r Pictures ${PWD}/Pictures" "Installing pictures"
|
||||
displayCmd "cp -r /etc/xdg/quickshell ${PWD}/.config/." "Installing quickshell config"
|
||||
|
|
|
|||
Loading…
Reference in a new issue