Rework profile/env for shells
This commit is contained in:
@@ -49,13 +49,12 @@ export BOX_SETUP_UPDATE_PKG_MANAGER_AND_DEFS_CMD="$update_pkg_manager_and_defs_c
|
||||
export BOX_SETUP_UPDATE_PKGS_CMD="$update_pkgs_cmd"
|
||||
|
||||
# make dirs and copy configs/dotfiles
|
||||
source ./src_files/.config/zsh/.zshenv
|
||||
. ./src_files/shell/profile
|
||||
./make_dirs.sh
|
||||
./copy_dotfiles.sh $1
|
||||
|
||||
# install programs
|
||||
source $ZDOTDIR/.zshenv
|
||||
source $ZDOTDIR/.zshrc
|
||||
. $ZDOTDIR/.zshrc
|
||||
./install_programs.sh $1
|
||||
|
||||
echo "setting the default theme: $DEFAULT_THEME_NAME"
|
||||
|
||||
Reference in New Issue
Block a user