desktop-ubuntu/doublecmd/_install.sh

15 lines
201 B
Bash
Raw Normal View History

2023-06-18 15:34:39 +02:00
#!/usr/bin/zsh
# insall
sudo apt update -y
sudo apt install -y \
doublecmd-gtk
# link config
mkdir -p ~/.config/doublecmd/
cd /Cfg/doublecmd/
ln -s `pwd`/[a-z]* \
~/.config/doublecmd/ --force