diff options
author | Tristan Williams <tgwil@tgwil.net> | 2024-10-13 13:36:51 -0400 |
---|---|---|
committer | Tristan Williams <tgwil@tgwil.net> | 2024-10-13 13:36:51 -0400 |
commit | bb6b920553b1664f14bb3854d8d78461a9928771 (patch) | |
tree | 5b366a2b6fa3ca0f3c8b64c4cb40b135e3c6d357 /new-user-setup.sh | |
parent | Add git configuration (diff) | |
download | dotfiles.core-bb6b920553b1664f14bb3854d8d78461a9928771.tar.gz dotfiles.core-bb6b920553b1664f14bb3854d8d78461a9928771.tar.bz2 dotfiles.core-bb6b920553b1664f14bb3854d8d78461a9928771.zip |
Create ~/bin during dotfiless installation
Diffstat (limited to 'new-user-setup.sh')
-rwxr-xr-x | new-user-setup.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/new-user-setup.sh b/new-user-setup.sh index e52a8fa..98e480b 100755 --- a/new-user-setup.sh +++ b/new-user-setup.sh | |||
@@ -142,6 +142,9 @@ place_directory () { | |||
142 | fi | 142 | fi |
143 | } | 143 | } |
144 | 144 | ||
145 | # Create user dir skeleton | ||
146 | place_directory $HOME/bin | ||
147 | |||
145 | # Bash Configuration | 148 | # Bash Configuration |
146 | place_file $HOME/dotfiles.core/home/.bash_profile $HOME/.bash_profile | 149 | place_file $HOME/dotfiles.core/home/.bash_profile $HOME/.bash_profile |
147 | place_file $HOME/dotfiles.core/home/.bashrc $HOME/.bashrc | 150 | place_file $HOME/dotfiles.core/home/.bashrc $HOME/.bashrc |