Updated scripts
This commit is contained in:
parent
a47d7d011d
commit
782b66932f
@ -77,7 +77,13 @@ yay --noconfirm -S --needed --aur adwaita-qt5-git
|
||||
yay --noconfirm -S --needed --aur adwaita-qt6-git
|
||||
yay --noconfirm -S --needed --aur wlogout
|
||||
|
||||
mkdir -p ~/.local/bin
|
||||
mkdir -p ~/.config/hypr
|
||||
mkdir -p ~/.config/gtk-3.0
|
||||
mkdir -p ~/.config/qt5ct
|
||||
mkdir -p ~/.config/qt6ct
|
||||
mkdir -p ~/.config/dunst
|
||||
|
||||
ln -sf ~/code_server/wrappedhl ~/.local/bin/wrappedhl
|
||||
ln -sf ~/code_server/config/hypr/hyprland.conf ~/.config/hypr/hyprland.conf
|
||||
ln -sf ~/code_server/config/hypr/hypridle.conf ~/.config/hypr/hypridle.conf
|
||||
@ -105,6 +111,7 @@ sudo systemctl enable --now input-remapper
|
||||
printf -- '\033[33m Installing networkmanager\n\033[37m'
|
||||
sudo pacman --noconfirm --needed -S network-manager-applet
|
||||
yay --noconfirm -S --needed --aur networkmanager-dmenu-git
|
||||
mkdir -p ~/.config/networkmanager-dmenu
|
||||
ln -sf ~/code_server/config/networkmanager-dmenu/config.ini ~/.config/networkmanager-dmenu/config.ini
|
||||
|
||||
# Install autologin
|
||||
@ -144,6 +151,11 @@ git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
|
||||
~/.fzf/install --all
|
||||
source ~/.fzf.bash
|
||||
|
||||
# Install fzfmenu
|
||||
printf -- '\033[33m Installing fzfmenu\n\033[37m'
|
||||
mkdir -p ~/.local/bin
|
||||
ln -sf ~/code_server/fzfmenu.sh ~/.local/bin/fzfmenu
|
||||
|
||||
# Install VirtualHere server
|
||||
curl https://raw.githubusercontent.com/virtualhere/script/main/install_server | sudo sh
|
||||
|
||||
@ -323,13 +335,17 @@ flatpak install -y flathub com.moonlight_stream.Moonlight
|
||||
printf -- '\033[33m Installing DrawIo\n\033[37m'
|
||||
flatpak install -y flathub com.jgraph.drawio.desktop
|
||||
|
||||
# Install Gimp
|
||||
printf -- '\033[33m Installing Gimp\n\033[37m'
|
||||
flatpak install -y flathub org.gimp.GIMP
|
||||
|
||||
# Install VSCode
|
||||
printf -- '\033[33m Installing VSCode\n\033[37m'
|
||||
sudo pacman --noconfirm --needed -S code
|
||||
|
||||
# Install remmina
|
||||
printf -- '\033[33m Installing remmina\n\033[37m'
|
||||
flatpak install flathub org.remmina.Remmina
|
||||
flatpak install -y flathub org.remmina.Remmina
|
||||
|
||||
# Install feh
|
||||
printf -- '\033[33m Installing feh\n\033[37m'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user