Add homebrew path to .profile

This commit is contained in:
2023-03-25 11:29:39 +01:00
parent fff77cf5d2
commit d1fe6943de
2 changed files with 12 additions and 0 deletions

View File

@@ -68,6 +68,12 @@ move_config_files () {
printf "Moved %s config files!\n" $COUNT
}
move_profile_file () {
cp .profile $HOME
echo "Moved .profile file!"
}
# Promps for installing custom SF Mono font
# patched with devicons + more
get_input_df_false "Install custom font? (y/N) " install_font
@@ -83,3 +89,4 @@ get_config_files
# Prompt copy config files to $HOME
get_input_df_true "Move config files to $HOME/.config? (Y/n) " move_config_files
move_profile_file