-
Notifications
You must be signed in to change notification settings - Fork 0
Home
ON NO edited this page Oct 9, 2023
·
1 revision
sudo pacman -S xorgsudo pacman -S git github-cli1. Installation:
sudo pacman -S zsh2. Make zsh as default shell:
chsh -s /bin/zsh3. Install zsh plugin manager:
zsh <(curl -s https://raw.githubusercontent.com/zap-zsh/zap/master/install.zsh) --branch release-v14. Config:
cd ~/BeastFiles/config/
stow zsh -t ~1. Installation:
sudo pacman -S bspwm sxhkd2. Config:
cd ~/BeastFiles/config/
stow bspwm -t ~
stow sxhkd -t ~1. Generate Locales:
Edit file /etc/locale.gen
en_US.UTF-8 UTF-8
vi_VN.UTF-8 UTF-8Generate Locales
sudo locale-gen2. Set the System Locale:
Edit file /etc/locale.conf
LANG=en_US.UTF-8
3. Set User-Specific Locale:
Edit file ~/.config/locale.conf
LANG=vi_VN.UTF-8
Install ibus:
sudo pacman -S ibusInstall ibus-bamboo:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/BambooEngine/ibus-bamboo/master/archlinux/install.sh)"1. Installation:
sudo pacman -S pulseaudio pavucontrol2. Commands:
- Volumne up:
pactl set-sink-volume @DEFAULT_SINK@ +1%- Volumne down:
pactl set-sink-volume @DEFAULT_SINK@ -1%- Toggle mute:
pactl set-sink-mute @DEFAULT_SINK@ toggle1. Install brillo:
yay -S brillo**2. Add permission to all users to run brillo:
Add and edit file /etc/udev/rules.d/backlight-permissions.rules:
SUBSYSTEM=="backlight", ACTION=="add", \
RUN+="/bin/chmod 0666 /sys/class/backlight/amdgpu_bl2/brightness", \
RUN+="/bin/chown :video /sys/class/backlight/amdgpu_bl2/brightness"Reload the rule to apply changes:
sudo udevadm control --reload-rulesCheck video Group Membership:
groupsIf video is not listed, add user to video group using usermod:
sudo usermod -aG video your_usernameReboot needed
1. Install dunst:
sudo pacman -S dunst2. Config dunst:
cd ~/BeastFiles/config
stow dunst -t ~