feww updates

This commit is contained in:
Tyler Starr 2022-12-10 18:02:07 -08:00
parent 6c19ea2c03
commit 3488a3b4b3
11 changed files with 13 additions and 0 deletions

View File

@ -3,3 +3,4 @@ readme.md
.git
provision
additional-setup.md
vars

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
vars/*
!vars/.keep

View File

@ -24,3 +24,9 @@ export PATH="$HOME/.nimble/bin:$PATH"
alias spl="tmux_splat"
alias n="nnn -d -e -H -r"
# Chezmoi
alias cmc="chezmoi cd"
alias cmd="chezmoi apply --verbose --dry-run"
alias cma="chezmoi apply --verbose"

3
run_before_hello_world.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
#
echo "Hello World!"

1
vars/.keep Normal file
View File

@ -0,0 +1 @@
keep