Browse Source

pop shell installation

master
Juni Kim 3 years ago
parent
commit
6d81268a22
  1. 11
      user_ubuntu.sh

11
user_ubuntu.sh

@ -74,6 +74,12 @@ torbrowser() {
sudo apt install -y torbrowser-launcher
}
popshell() {
mkdir -p "$HOME/repos"
sudo apt install git node-typescript make -y
git clone https://github.com/pop-os/shell.git "$HOME/repos/shell"
}
meetings() {
mkdir -p "$HOME/repos"
@ -118,11 +124,14 @@ competitiveprogramming() {
git clone https://git.junickim.me/junikimm717/linuxcp "$HOME/cp"
}
(usertest && dev && sysinfo && shell && browsers && torbrowser && meetings && plugins && dotfiles) || exit 1
#(usertest && dev && sysinfo && shell && browsers && torbrowser && meetings && plugins && dotfiles) || exit 1
(popshell) || exit 1
cat <<EOF
Stuff to do:
- Install pop-shell (make local-install)
- Install the coc extensions
- Settle brave key stuff
- Copy over the mt config files

Loading…
Cancel
Save