diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-07-08 09:56:36 -0700 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-07-08 09:56:36 -0700 |
| commit | 19bc81f77b82b70e27ad03aeb41de9a4e507bcce (patch) | |
| tree | 26d13367f90efadca2780be445204aa5ae89b203 /setup.sh | |
| parent | 8e8e5241e96dc1bec3d897f514b77553da033529 (diff) | |
merge profile, make sh generic to allow ksh
Diffstat (limited to 'setup.sh')
| -rwxr-xr-x | setup.sh | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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." |
