Skip to content

Instantly share code, notes, and snippets.

@oshanz
Last active January 23, 2021 00:14
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 oshanz/14bae6678612005f7d51cb395ce06c70 to your computer and use it in GitHub Desktop.
Save oshanz/14bae6678612005f7d51cb395ce06c70 to your computer and use it in GitHub Desktop.
after Installing manjaro
  • sudo pacman-mirrors --fasttrack
  • sudo systemctl status fstrim.timer
  • sudo pacman -Sy vim
  • pacman -Sy base-devel
  • firecox about:config browser.sessionstore.interval append 00 (25min)
  • pacman -S podman
  • pip3 podmn compose dev verion --user
  • pacman -S inotify-tools
@oshanz
Copy link
Author

oshanz commented Jan 10, 2021

flatpak uninstall --unused
tar cvf fp.tar /var/lib/flatpak
....
tar xvf fp.tar flatpak
ln -s ab_source ab_dest

@oshanz
Copy link
Author

oshanz commented Jan 22, 2021

flutter

  • export ANDROID_SDK_ROOT
  • set JAVA_HOME
  • flutter config --android-studio-dir=""
  • export CHROME_EXECUTABLE=/usr/bin/chromium

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