Skip to content
Snippets Groups Projects
Commit 55bda9ef authored by Jiří Kalvoda's avatar Jiří Kalvoda
Browse files

I3 Add no option to arch.sh.

parent 77a000b1
No related branches found
No related tags found
No related merge requests found
#!/bin/bash #!/bin/bash
cd "$(dirname "$0")" cd "$(dirname "$0")"
sudo pacman -S jq
sudo pacman -S xfce4-appfinder
cp config ~/.config/i3/config cp config ~/.config/i3/config
cp toggle-border ~/.config/i3/i3-toggle-border cp toggle-border ~/.config/i3/i3-toggle-border
sudo cp printscreengimp /usr/bin/ sudo cp printscreengimp /usr/bin/
sudo chmod o+x /usr/bin/printscreengimp sudo chmod o+x /usr/bin/printscreengimp
if [ $1 == no ];
then
exit;
fi
sudo pacman -S jq
sudo pacman -S xfce4-appfinder
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment