Skip to content

Commit

Permalink
setup: mkdir ~/apt
Browse files Browse the repository at this point in the history
  • Loading branch information
lindhe committed Jan 10, 2025
1 parent b06b454 commit 14c6dec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@ set -euo pipefail

declare -r DOTFILES="${HOME}/dotfiles"
declare -r SCRIPTS="${HOME}/git/lindhe/scripts"
declare -r APT_DIR="${HOME}/apt"

cd ~

echo "Creating ${APT_DIR}"
mkdir -p "${APT_DIR}"
sudo chown -R "_apt:${USER}" "${APT_DIR}"

echo "Creating ~/.undodir for vim"
mkdir -p ~/.undodir

Expand Down

0 comments on commit 14c6dec

Please sign in to comment.