desktop-debian/doublecmd/_install.sh

15 lines
201 B
Bash
Raw Permalink Normal View History

2024-01-04 01:00:22 +01: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