home · contact · privacy
More scripts fixing.
[config] / buster / setup_scripts / setup_home_eeepc.sh
1 #!/bin/sh
2 set -e
3
4 config_tree_prefix="${HOME}/config/buster"
5 setup_scripts_dir="${config_tree_prefix}/setup_scripts"
6 public_repos_dir=~/public_repos
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" "/root" 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."