Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
joelmccracken committed Nov 26, 2023
1 parent 1accbf9 commit e1c5c81
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 40 deletions.
16 changes: 0 additions & 16 deletions bootstrap-workstation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -305,11 +305,6 @@ source "$NIX_DAEMON_PATH";
set -u


is_linux && {
sudo ~/workstation/bin/enable-passwordless-sudo.sh
sudo apt-get update
}

is_mac && {
info installing darwin-nix
~/workstation/lib/shell/setup/install_nix_darwin.sh
Expand Down Expand Up @@ -342,17 +337,6 @@ info linking dotfiles that should be symlinked
bash ~/workstation/lib/shell/setup/link-dotfiles.sh -f -c
info finished linking dotfiles
# set +e
# echo "Running final installs (install)"
# if is_linux; then
# echo "is linux, installing ripgrep, fdfind, etc via apt";
# time sudo apt-get install ripgrep fd-find zsh make libtool libvterm-dev;
# echo "done running final installs";
# else
# echo "linux not detected, no final installs necessary";
# fi
bash ~/workstation/lib/shell/setup/initial_bitwarden_sync.sh
cat <<-EOF
Expand Down
24 changes: 0 additions & 24 deletions workstation.org
Original file line number Diff line number Diff line change
Expand Up @@ -345,14 +345,6 @@ set +u
source "$NIX_DAEMON_PATH";
set -u

#+end_src
*** TODO this may be deletable?
#+begin_src shell :noweb yes

is_linux && {
sudo ~/workstation/bin/enable-passwordless-sudo.sh
sudo apt-get update
}
#+end_src
*** install nix darwin
#+begin_src shell :noweb yes
Expand Down Expand Up @@ -405,22 +397,6 @@ info linking dotfiles that should be symlinked
bash ~/workstation/lib/shell/setup/link-dotfiles.sh -f -c
info finished linking dotfiles

#+end_src
*** do some final linux specific installs, things that are not handled otherwise
TODO fix these, should move to home manager.

#+begin_src shell :noweb yes

# set +e
# echo "Running final installs (install)"
# if is_linux; then
# echo "is linux, installing ripgrep, fdfind, etc via apt";
# time sudo apt-get install ripgrep fd-find zsh make libtool libvterm-dev;
# echo "done running final installs";
# else
# echo "linux not detected, no final installs necessary";
# fi

#+end_src
*** set up workstation secrets
#+begin_src shell :noweb yes
Expand Down

0 comments on commit e1c5c81

Please sign in to comment.