google-drive

Mounting Google Drive on Arch Linux

April 14, 2023(August 23, 2023)
google-drive, opam, arch-linux

In this note, I will share my personal experience on how to mount Google Drive on Arch Linux using google-drive-ocamlfuse. Install opam # First, I need to install opam using the following command: sudo pacman -S opam Initialize opam # Next, I initialize opam with this command: opam init Install google-drive-ocamlfuse # After initializing opam, I install google-drive-ocamlfuse with the following commands: eval $(opam env) opam install google-drive-ocamlfuse Append environment variable # I add the following lines to ~/. ...