5 public_repos_dir=~/public_repos
6 mkdir -p "${public_repos_dir}"
7 if [ ! -d "/home/plom/${public_repos_dir}/config" ]; then
8 cd "${public_repos_dir}"
9 git clone https://plomlompom.com/repos/clone/config
11 curl -fsSl https://raw.githubusercontent.com/tridactyl/tridactyl/78e662efefd1f4af2bdb2a53edecf03b535b997b/native/install.sh | bash
12 echo "As tridactyl user, don't forget to do :source on the first Firefox run and then re-start."