summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
authorThomas Ulmer <thomasmulmer02@gmail.com>2026-07-08 09:56:36 -0700
committerThomas Ulmer <thomasmulmer02@gmail.com>2026-07-08 09:56:36 -0700
commit19bc81f77b82b70e27ad03aeb41de9a4e507bcce (patch)
tree26d13367f90efadca2780be445204aa5ae89b203 /setup.sh
parent8e8e5241e96dc1bec3d897f514b77553da033529 (diff)
merge profile, make sh generic to allow ksh
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/setup.sh b/setup.sh
index 6a117d3..82316e8 100755
--- a/setup.sh
+++ b/setup.sh
@@ -22,9 +22,7 @@ if confirm "Check and install symlinks?"; then
mkdir -p ${there}.local/bin
ln -s ${here}config/emacs ${there}.emacs.d
- ln -s ${here}config/bash_profile ${there}.bash_profile
- ln -s ${here}config/bashrc ${there}.bashrc
- ln -s ${here}config/bash_aliases ${there}.bash_aliases
+ ln -s ${here}config/profile ${there}.profile
ln -s ${here}config/tcshrc ${there}.tcshrc
ln -s ${here}config/xinitrc ${there}.xinitrc
ln -s ${here}config/tmux.conf ${there}.tmux.conf
@@ -48,4 +46,4 @@ if confirm "Check and install symlinks?"; then
ln -s ${here}scripts/misc/battery.sh ${there}.local/bin/tmubattery
fi
-echo "All set up, remember to source ~/.bash_profile and symlink tmubrowse and tmuterm."
+echo "All set up, remember to source ~/.profile and symlink tmubrowse and tmuterm."