echo "keyserver hkp://pool.sks-keyservers.net" | sudo tee -a /etc/pacman.d/gnupg/gpg.conf
sudo cp /etc/pacman.d/gnupg/gpg.conf ~/.gnupg/gpg.conf
Restart shell
yay -Syu
git clone https://aur.archlinux.org/snapd.git
cd snapd
makepkg -si
sudo systemctl enable --now snapd.socket
sudo ln -s /var/lib/snapd/snap /snap
sudo snap install snap-store
sudo snap install simplenote
sudo snap install postman
yay -S spotify
yay -S ruby
yay -S nomacs
yay -S filezilla
yay -S kget
yay -S telegram-desktop
yay -S python-pip
pip3 install pipenv
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.2/install.sh | bash
nvm install 12
nvm alias default 12
yay -S yarn
sudo pacman -S postgresql
sudo su - postgres
initdb --locale en_US.UTF-8 -D /var/lib/postgres/data
sudo systemctl start postgresql
sudo -u postgres createuser --interactive
yay -S tree
curl -O https://download.sublimetext.com/sublimehq-pub.gpg && sudo pacman-key --add sublimehq-pub.gpg && sudo pacman-key --lsign-key 8A8F901A && rm sublimehq-pub.gpg
echo -e "\n[sublime-text]\nServer = https://download.sublimetext.com/arch/stable/x86_64" | sudo tee -a /etc/pacman.conf
sudo pacman -Syu sublime-text
Check Support: https://wiki.archlinux.org/index.php/KVM
sudo pacman -S virt-manager qemu vde2 ebtables dnsmasq bridge-utils openbsd-netcat
sudo systemctl enable libvirtd.service
sudo systemctl start libvirtd.service
yay -S git
npx install-peerdeps --global @abhijithvijayan/eslint-config
# See eslintrc dotfile for config
touch ~/.eslintrc
yay -S visual-studio-code-bin
yay -S google-chrome
yay -S gnome-disk-utility
yay -S openjdk10-src
yay -S grub-customizer
yay -S ncurses5-compat-libs
#
yay -S ttf-ubuntu-font-family
# emoji support
sudo ./emoji.sh
System Settings -> Shortcuts -> Global Shortcuts (Search by item)
2.
- Walk Through Desktops to Meta + Tab
- Walk Through Desktops(Reverse) to Meta + Shift + Tab
- Toggle Present Windows(All Desktops) to Meta + Ctrl + Up
- Activate Application Launcher Widget to Ctrl + F10
- Switch to Next Desktop to Meta + Ctrl + Right
- Switch to Previous Desktop to Meta + Ctrl + Left
- Show Desktop Grid to Meta + Ctrl + Down
- Show System Activity to Ctrl + Shift + Esc
- Minimize Window to Meta + Down
- Maximize Window to Meta + Up
- Launch Spectacle to Ctrl + Shift + Print
- Capture Active Window to Meta + Print
- Capture Entire Desktop to Print
- Capture Rectangular Region to Shift + Print
- Launch Konsole to Alt + Ctrl + Tconfigure desktop, then Mouse Actions, then remove the one that says vertical scroll by pressing the minus on the right of that row.