Skip to content

Instantly share code, notes, and snippets.

@gitawego
Last active November 27, 2019 22:23
Show Gist options
  • Select an option

  • Save gitawego/2e749c5d1b04206a14963d16f662d288 to your computer and use it in GitHub Desktop.

Select an option

Save gitawego/2e749c5d1b04206a14963d16f662d288 to your computer and use it in GitHub Desktop.
archlinux manjaro
#!/bin/bash
set -e
sudo pacman-key -r 8238651DDF5E0594 --keyserver na.pool.sks-keyservers.net
sudo pacman -Syu
sudo pacman -S --noconfirm base-devel yay xorg-xrandr samba keepassxc lsof
sudo pacman -S --noconfirm ibus ibus-libpinyin wine-staging winetricks lib32-libldap libldap lib32-gnutls lib32-krb5
# code
sudo pacman -S --noconfirm code
# install xfce4-terminal
sudo pacman -S --noconfirm xfce4-terminal
# prepare for gnome theme
# themes should be put in ~/.themes
# icons themes should be put in ~/.icons
sudo pacman -S --noconfirm gnome-shell-extensions chrome-gnome-shell gnome-tweak-tool gtk-engine-murrine gtk-engines
mkdir -p ~/{.icons,.themes}
# virtualbox
sudo pacman -S --noconfirm virtualbox
sudo usermod -a -G vboxusers $USER
## if having kernel error
### install host modules for current linux kernel version
sudo pacman -S linux51-virtualbox-host-modules
sudo modprobe vboxdrv
## to set transparent background: Go to Preferences, Appearance tab, Under Background
## select 'Transparent Background' and move the slider beneath it to the left.
# install oracle java
yay -S aur/wps-office aur/wps-office-mui aur/ttf-wps-fonts aur/ocs-url
sudo archlinux-java set java-8-jdk/jre
# please choose the right version corresponding to the kernel version.
# this is required to get 5g wifi support in macbook
sudo pacman -S broadcom-wl
# add antialiase for font
# https://wiki.manjaro.org/index.php?title=Improve_Font_Rendering
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment