Skip to content

Commit

Permalink
sublime text and flameshot
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdubois committed Jun 29, 2021
1 parent a67aff4 commit 476f8de
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions 100-install-core-software-v3.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -e
#set -e
##################################################################################################################
# Author : Erik Dubois
# Website : https://www.erikdubois.be
Expand All @@ -16,6 +16,7 @@ set -e
#software from Arch Linux repositories

#sudo pacman -S --noconfirm --needed autorandr
sudo pacman -R --noconfirm flameshot
sudo pacman -S --noconfirm --needed flameshot-git
sudo pacman -S --noconfirm --needed discord
sudo pacman -S --noconfirm --needed nomacs
Expand All @@ -34,7 +35,8 @@ sudo pacman -S --noconfirm --needed chromium
sudo pacman -S --noconfirm --needed brave
sudo pacman -S --noconfirm --needed vlc

sudo pacman -S --noconfirm --needed sublime-text-dev
sudo pacman -R --noconfirm sublime-text-dev
sudo pacman -S --noconfirm --needed sublime-text-4

sudo pacman -S --noconfirm --needed meld

Expand Down

0 comments on commit 476f8de

Please sign in to comment.