Skip to content

Instantly share code, notes, and snippets.

@pathologicalhandwaving
Last active October 8, 2019 05:02
Show Gist options
  • Save pathologicalhandwaving/e92986949d7fd6f668d29213e03b8457 to your computer and use it in GitHub Desktop.
Save pathologicalhandwaving/e92986949d7fd6f668d29213e03b8457 to your computer and use it in GitHub Desktop.
Arch Linux install on MacBook Pro -- Part III -- Applications

Arch Install (Part III)

Increase FS-Watchers

sudo echo 'fs.inotify.max_user_watches = 1048576' >> /usr/lib/sysctl.d/50-default.conf
sudo echo. 'fs.inotify.max_user_instances = 256' >> /usr/lib/sysctl.d/50-default.conf

Terminal

yay -S emacs-libvterm-git

Ranger

pacman -S ranger
ranger --copy-config=all

ASCII

pacman -S libcaca
pacman -S figlet

LaTeX

pacman -S texlive-installer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment