Skip to content

Commit

Permalink
remove no longer needed symlink setup
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanshelly committed Dec 2, 2020
1 parent b230b56 commit 5995d59
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions infra/setup/setup_dotfiles
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,8 @@ main() {

printf "%bstarting dotfiles setup%b" "$teal_highlight" "$clear_highlight"

# symlink config files to their correct locations
# done early so that other installation steps can make use of these files (for
# example, setting up home-manager for the first time in `setup_nix` requires
# `$DOTFILES/nix/home.nix` to be symlinked appropriately)
"$DOTFILES/infra/setup/bin/symlink"

# TODO: test if available for future setup steps
# shellcheck disable=SC1090
source "$DOTFILES/infra/setup/bin/setup_nix" || {
# shellcheck disable=SC2016
echo '`nix` installation failed.'
Expand Down

0 comments on commit 5995d59

Please sign in to comment.