mirror of
https://github.com/KevinMidboe/chsh.git
synced 2025-10-29 12:30:13 +00:00
Move config before setting up fish
This commit is contained in:
@@ -96,8 +96,6 @@ configure_fish () {
|
|||||||
else
|
else
|
||||||
printf "oh-my-fish already configured!\n\n"
|
printf "oh-my-fish already configured!\n\n"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo ""
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Promps for installing custom SF Mono font
|
# Promps for installing custom SF Mono font
|
||||||
@@ -114,14 +112,14 @@ get_input_df_true "Add .profile file? (Y/n) " move_profile_file
|
|||||||
# Installed common packages from brew
|
# Installed common packages from brew
|
||||||
get_input_df_true "Install brew packages? (Y/n) " install_packages_brew
|
get_input_df_true "Install brew packages? (Y/n) " install_packages_brew
|
||||||
|
|
||||||
echo "Configurating fish shell"
|
|
||||||
configure_fish
|
|
||||||
|
|
||||||
# Get config files to copy info $HOME/.config
|
# Get config files to copy info $HOME/.config
|
||||||
get_config_files
|
get_config_files
|
||||||
|
|
||||||
# Prompt copy config files to $HOME
|
# Prompt copy config files to $HOME
|
||||||
get_input_df_true "Move config files to $HOME/.config? (Y/n) " move_config_files
|
get_input_df_true "Move config files to $HOME/.config? (Y/n) " move_config_files
|
||||||
|
|
||||||
|
echo "Configurating fish shell"
|
||||||
|
configure_fish
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user