Eric’s Personal Set-Up

Generate Secure SSH Key

ssh-keygen -t ed25519 -a 100

Oh My ZSH

sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
git clone https://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions

OneDrive

https://itsfoss.com/use-onedrive-linux-rclone/

Be sure to set the remote name as ‘onedrive’

rclone config

Create an empty directory to mount OneDrive with

mkdir ~/OneDrive

Add to your “Start at login” list of programs:

sh -c "rclone --vfs-cache-mode writes mount 'onedrive': ~/OneDrive"