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 adwaita-qt6-git
|
||||||
yay --noconfirm -S --needed --aur wlogout
|
yay --noconfirm -S --needed --aur wlogout
|
||||||
|
|
||||||
|
mkdir -p ~/.local/bin
|
||||||
mkdir -p ~/.config/hypr
|
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/wrappedhl ~/.local/bin/wrappedhl
|
||||||
ln -sf ~/code_server/config/hypr/hyprland.conf ~/.config/hypr/hyprland.conf
|
ln -sf ~/code_server/config/hypr/hyprland.conf ~/.config/hypr/hyprland.conf
|
||||||
ln -sf ~/code_server/config/hypr/hypridle.conf ~/.config/hypr/hypridle.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'
|
printf -- '\033[33m Installing networkmanager\n\033[37m'
|
||||||
sudo pacman --noconfirm --needed -S network-manager-applet
|
sudo pacman --noconfirm --needed -S network-manager-applet
|
||||||
yay --noconfirm -S --needed --aur networkmanager-dmenu-git
|
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
|
ln -sf ~/code_server/config/networkmanager-dmenu/config.ini ~/.config/networkmanager-dmenu/config.ini
|
||||||
|
|
||||||
# Install autologin
|
# Install autologin
|
||||||
@ -144,6 +151,11 @@ git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
|
|||||||
~/.fzf/install --all
|
~/.fzf/install --all
|
||||||
source ~/.fzf.bash
|
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
|
# Install VirtualHere server
|
||||||
curl https://raw.githubusercontent.com/virtualhere/script/main/install_server | sudo sh
|
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'
|
printf -- '\033[33m Installing DrawIo\n\033[37m'
|
||||||
flatpak install -y flathub com.jgraph.drawio.desktop
|
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
|
# Install VSCode
|
||||||
printf -- '\033[33m Installing VSCode\n\033[37m'
|
printf -- '\033[33m Installing VSCode\n\033[37m'
|
||||||
sudo pacman --noconfirm --needed -S code
|
sudo pacman --noconfirm --needed -S code
|
||||||
|
|
||||||
# Install remmina
|
# Install remmina
|
||||||
printf -- '\033[33m Installing remmina\n\033[37m'
|
printf -- '\033[33m Installing remmina\n\033[37m'
|
||||||
flatpak install flathub org.remmina.Remmina
|
flatpak install -y flathub org.remmina.Remmina
|
||||||
|
|
||||||
# Install feh
|
# Install feh
|
||||||
printf -- '\033[33m Installing feh\n\033[37m'
|
printf -- '\033[33m Installing feh\n\033[37m'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user