u
This commit is contained in:
@@ -200,16 +200,28 @@ if [ ${operation} == "dots" ] ; then
|
||||
|
||||
fi
|
||||
|
||||
|
||||
# xorg
|
||||
file_path=/home/${user}
|
||||
deploy_file "${dots_trg}/xorg/.*" "${file_path}/"
|
||||
|
||||
# qtile
|
||||
file_name=config.py
|
||||
file_path=/home/${user}/.config/qtile
|
||||
mkdir -p ${file_path}
|
||||
deploy_file "${dots_trg}/qtile/${file_name}" "${file_path}/"
|
||||
if [ ${QTILE} == "true" ] ; then
|
||||
|
||||
# qtile
|
||||
file_name=config.py
|
||||
file_path=/home/${user}/.config/qtile
|
||||
mkdir -p ${file_path}
|
||||
deploy_file "${dots_trg}/qtile/${file_name}" "${file_path}/"
|
||||
|
||||
fi
|
||||
|
||||
if [ ${I3WM} == "true" ] ; then
|
||||
echo "i3wm"
|
||||
fi
|
||||
|
||||
if [ ${I3WM} == "true" ] || [ ${QTILE} == "true" ] ; then
|
||||
|
||||
# xorg
|
||||
file_path=/home/${user}
|
||||
deploy_file "${dots_trg}/xorg/.*" "${file_path}/"
|
||||
|
||||
fi
|
||||
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user