Skip to content

Instantly share code, notes, and snippets.

@fpigeonjr
Last active May 29, 2020 01:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fpigeonjr/85221229093ce27d1d82e2999e70fcf8 to your computer and use it in GitHub Desktop.
Save fpigeonjr/85221229093ce27d1d82e2999e70fcf8 to your computer and use it in GitHub Desktop.
linux setup

Keeb Setup

  • Install Kinto
  • Prerequisites are python and xkeysnail
  • sudo pacman -S python
  • yay -S xkeysnail
    • selected git one and needed fakeroot
  • run setup and select mac
    • ./setup.py
  • add to your zshrc
export GTK_IM_MODULE=xim
export XMODIFIERS=@im=ibus
export QT_IM_MODULE=xim

OS Tools

Build Tools

pacman -S base-devel

Flamshot // better screenshots

sudo pacman -S flameshot

Dock like mac

sudo pacman -S latte-dock

Others

Dockers, Celluloid

All together

sudo pacman -S flameshot latte-dock docker docker-compose celluloid cheese jpegoptim neofetch pngquant simple-scan transmission-qt yarn

yay -S octopi otf-hasklig ttf-cascadia-code ttf-fira-code ttf-ia-writer ttf-public-sans ttf-recursive

Printing

  • Install and configure CUPS
  • sudo pacman -S cups cups-pfd
  • start and enable the service
  • systemctl start org.cups.cupsd.service
  • systemctl enable org.cups.cupsd.service
  • open browser to http://localhost:631/
  • add printer from admin section
  • add this one Brother HL-L2340D series, driverless, cups-filters 1.27.4 (grayscale, 2-sided printing)

Resources https://wiki.archlinux.org/index.php/CUPS

No SNAPS! THEY CAUSE A LOT ISSUES!!!

  • sudo pacman -S chromium obs-studio inkscape kdenlive gimp
  • yay -S bitwarden zoom figma-linux teams visual-studio-code-insiders

IO notify issues

  1. create a file to house the new limit
  2. /etc/sysctl.d/code.conf
  3. place the contents of this gist
  4. sudo sysctl -p --system
@fpigeonjr
Copy link
Author

bad experience with snaps so use the ones from arch packages or aur

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment