home · contact · privacy
4e5dbcf701ead735c09a2eaa347ee4aa420af1fa
[config] / buster / setup_scripts / setup_home_eeepc.sh
1 #!/bin/sh
2 set -e
3
4 public_repos_dir="${HOME}/public_repos"
5 config_tree_prefix="${public_repos_dir}/config/buster"
6 setup_scripts_dir="${config_tree_prefix}/setup_scripts"
7
8 cd
9 mkdir -p "${public_repos_dir}"
10 if [ ! -d "${HOME}/${public_repos_dir}/config" ]; then
11     cd "${public_repos_dir}"
12     git clone https://plomlompom.com/repos/clone/config
13 fi
14 cd "${setup_scripts_dir}"
15 ./copy_dirtree.sh "${config_tree_prefix}/home_files" "${HOME}" minimal user_eeepc
16 curl -fsSl https://raw.githubusercontent.com/tridactyl/tridactyl/78e662efefd1f4af2bdb2a53edecf03b535b997b/native/install.sh | bash
17 echo "As tridactyl user, don't forget to do :source on the first Firefox run and then re-start."