If .{bash,zsh}rc.local are not found in ~, install them.
This commit is contained in:
@@ -15,6 +15,12 @@ cp ${BASEDIR}/.inputrc ~/
|
|||||||
cp ${BASEDIR}/.bashrc ~/
|
cp ${BASEDIR}/.bashrc ~/
|
||||||
cp ${BASEDIR}/.profile ~/
|
cp ${BASEDIR}/.profile ~/
|
||||||
cp ${BASEDIR}/.zshrc ~/
|
cp ${BASEDIR}/.zshrc ~/
|
||||||
|
if [ ! -e ~/.bashrc ]; then
|
||||||
|
cp ${BASEDIR}/.bashrc.local ~/
|
||||||
|
fi
|
||||||
|
if [ ! -e ~/.zshrc.local ]; then
|
||||||
|
cp ${BASEDIR}/.zshrc.local ~/
|
||||||
|
fi
|
||||||
|
|
||||||
#
|
#
|
||||||
if [ ! -e ~/.screenrc ]; then
|
if [ ! -e ~/.screenrc ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user