home · contact · privacy
Fix home dir setup scripts.
[config] / buster / setup_scripts / setup_home_eeepc.sh
1 #!/bin/sh
2 set -e
3
4 cd
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
10 fi
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."