From 309628b05fd3278c27c641535c47a7dbea0b877b Mon Sep 17 00:00:00 2001 From: Nicole Tietz-Sokolskaya Date: Sun, 3 Oct 2021 21:39:40 -0400 Subject: [PATCH] I like having a cloc --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 3946f51..d5f74b1 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -15,7 +15,7 @@ if ! [ -a /usr/bin/nvim ]; then fi sudo apt update -sudo apt install -y tmux stow podman +sudo apt install -y tmux stow podman cloc mkdir -p ~/Code cd ~/Code