Use --skip-theme-config flag in box_setup, adjust nvim and tmux settings
This commit is contained in:
10
box_setup.sh
10
box_setup.sh
@@ -2,8 +2,8 @@
|
||||
|
||||
[[ $1 = "--help" ]] && {
|
||||
echo "\nusage: ./box_setup.sh [system-type]"
|
||||
echo "\nsystem-type options: personal, studio-music, work-placeholder"
|
||||
echo "\nexamples:\n ./box_setup.sh\n ./box_setup.sh studio-music\n"
|
||||
echo "\nsystem-type options: work"
|
||||
echo "\nexamples:\n ./box_setup.sh\n ./box_setup.sh work\n"
|
||||
exit 0
|
||||
}
|
||||
|
||||
@@ -51,11 +51,11 @@ export BOX_SETUP_UPDATE_PKGS_CMD="$update_pkgs_cmd"
|
||||
# make dirs and copy configs/dotfiles
|
||||
. ./src_files/shell/profile
|
||||
./make_dirs.sh
|
||||
./copy_dotfiles.sh $1
|
||||
./copy_dotfiles.sh "--skip-theme-config"
|
||||
|
||||
# install programs
|
||||
. $ZDOTDIR/.zshrc
|
||||
./install_programs.sh $1
|
||||
|
||||
echo "setting the default theme: $DEFAULT_THEME_NAME"
|
||||
$DIR_SCRIPTS/theme-set $DEFAULT_THEME_NAME
|
||||
# configure themes
|
||||
./theme_config.sh
|
||||
|
||||
Reference in New Issue
Block a user