More changes
This commit is contained in:
@@ -79,6 +79,7 @@ alias \
|
|||||||
g="git" \
|
g="git" \
|
||||||
ga="git add" \
|
ga="git add" \
|
||||||
dga="dgit add -f" \
|
dga="dgit add -f" \
|
||||||
|
dgc="dgit commit" \
|
||||||
dgcm="dgit commit -m" \
|
dgcm="dgit commit -m" \
|
||||||
dgs="dgit status" \
|
dgs="dgit status" \
|
||||||
dgd="dgit diff" \
|
dgd="dgit diff" \
|
||||||
|
|||||||
0
.local/bin/setup/setupbacklight
Normal file → Executable file
0
.local/bin/setup/setupbacklight
Normal file → Executable file
22
.local/bin/setup/setupgaming
Executable file
22
.local/bin/setup/setupgaming
Executable file
@@ -0,0 +1,22 @@
|
|||||||
|
# Enable the multi lib repository in pacman
|
||||||
|
grep -q "^[multilib]" /etc/pacman.conf || sudo sed -i '$!N;s/#\(\[multilib\]\n\)#\(Include\)/\1\2/;P;D' /etc/pacman.conf
|
||||||
|
|
||||||
|
# Upgrade repository
|
||||||
|
sudo pacman -Syu
|
||||||
|
|
||||||
|
sudo pacman --noconfirm -S \
|
||||||
|
lib32-vulkan-radeon \
|
||||||
|
steam \
|
||||||
|
lib32-fontconfig \
|
||||||
|
ttf-liberation \
|
||||||
|
wqy-zenhei \
|
||||||
|
lib32-systemd
|
||||||
|
|
||||||
|
yay --noconfirm -S steamcmd steam-tui-bin
|
||||||
|
|
||||||
|
sudo sed -i "s/#\(en_US\.UTF-8 UTF-8\)/\1/" /etc/locale.gen
|
||||||
|
|
||||||
|
sudo locale-gen
|
||||||
|
|
||||||
|
steamcmd
|
||||||
|
|
||||||
Reference in New Issue
Block a user