diff options
-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 |