dockerised tests
This commit is contained in:
11
install/01-bash.sh
Normal file
11
install/01-bash.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# After running this script:
|
||||
# 1. bash dotfiles are symlinked
|
||||
#
|
||||
|
||||
# 1. bash dotfiles are symlinked
|
||||
readonly bash_source="$dotfiles_dir/bash"
|
||||
readonly bash_target="$HOME"
|
||||
link_folder "$bash_source" "$bash_target"
|
||||
printf "bash dotfiles are linked\n"
|
||||
Reference in New Issue
Block a user