Added meld to brew installations in -d
This commit is contained in:
parent
851b08f0c7
commit
0dc3511a32
2
sync.sh
2
sync.sh
@ -48,7 +48,7 @@ while getopts ":hbsdtclw" VALUE "$@"; do
|
|||||||
echo $(grep -vE "^\s*#" desktop.txt | tr "\n" " ")
|
echo $(grep -vE "^\s*#" desktop.txt | tr "\n" " ")
|
||||||
sudo apt-get install $(grep -vE "^\s*#" desktop.txt | tr "\n" " ")
|
sudo apt-get install $(grep -vE "^\s*#" desktop.txt | tr "\n" " ")
|
||||||
else
|
else
|
||||||
brew install autojump ncdu htop vim youtube-dl tree sshfs ircii imagemagick node ffmpeg wget lua libconfig readline
|
brew install autojump ncdu htop vim youtube-dl tree sshfs ircii imagemagick node ffmpeg wget lua libconfig readline meld
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
if [ "$VALUE" = "t" ] ; then
|
if [ "$VALUE" = "t" ] ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user