Update version of script
Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
+5
-2
@@ -1,4 +1,5 @@
|
|||||||
alacritty
|
alacritty
|
||||||
|
brave-browser
|
||||||
chatterino
|
chatterino
|
||||||
dbeaver-community
|
dbeaver-community
|
||||||
discord
|
discord
|
||||||
@@ -6,23 +7,25 @@ displaylink
|
|||||||
docker
|
docker
|
||||||
firefox
|
firefox
|
||||||
font-hack-nerd-font
|
font-hack-nerd-font
|
||||||
gimp
|
|
||||||
karabiner-elements
|
karabiner-elements
|
||||||
keepassxc
|
keepassxc
|
||||||
megasync
|
megasync
|
||||||
microsoft-teams
|
microsoft-teams
|
||||||
mongodb-compass
|
|
||||||
mpv
|
mpv
|
||||||
|
obs
|
||||||
obsidian
|
obsidian
|
||||||
platypus
|
platypus
|
||||||
|
podman-desktop
|
||||||
postman
|
postman
|
||||||
qbittorrent
|
qbittorrent
|
||||||
rustdesk
|
rustdesk
|
||||||
scroll-reverser
|
scroll-reverser
|
||||||
signal
|
signal
|
||||||
|
slack
|
||||||
spotify
|
spotify
|
||||||
telegram
|
telegram
|
||||||
the-unarchiver
|
the-unarchiver
|
||||||
|
thunderbird
|
||||||
transfer
|
transfer
|
||||||
twingate
|
twingate
|
||||||
visual-studio-code
|
visual-studio-code
|
||||||
|
|||||||
+5
-7
File diff suppressed because one or more lines are too long
@@ -469,7 +469,7 @@ function install_brew_programs() {
|
|||||||
if [[ ! " ${INSTALLED_PROGRAMS[*]} " =~ ${i} ]] &&
|
if [[ ! " ${INSTALLED_PROGRAMS[*]} " =~ ${i} ]] &&
|
||||||
[[ ! " ${LIST_OF_PROGRAMS_DISABLE[*]} " =~ ${i} ]]; then
|
[[ ! " ${LIST_OF_PROGRAMS_DISABLE[*]} " =~ ${i} ]]; then
|
||||||
timestamp "Installing the $i brew cask program"
|
timestamp "Installing the $i brew cask program"
|
||||||
brew install $i --cask --force
|
brew install $i --cask --appdir=~/Applications --force
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ open -gj "afp://10.0.0.14/Video"
|
|||||||
sleep 2
|
sleep 2
|
||||||
open -gj "afp://10.0.0.14/Series"
|
open -gj "afp://10.0.0.14/Series"
|
||||||
sleep 2
|
sleep 2
|
||||||
open -gj "afp://10.0.0.14/Photos"
|
open -gj "afp://10.0.0.14/photo"
|
||||||
sleep 2
|
sleep 2
|
||||||
open -gj "afp://10.0.0.14/Backups"
|
open -gj "afp://10.0.0.14/Backups"
|
||||||
sleep 2
|
sleep 2
|
||||||
@@ -18,6 +18,8 @@ open -gj "afp://10.0.0.14/Recordings"
|
|||||||
sleep 2
|
sleep 2
|
||||||
open -gj "afp://10.0.0.14/Work"
|
open -gj "afp://10.0.0.14/Work"
|
||||||
sleep 2
|
sleep 2
|
||||||
|
open -gj "afp://10.0.0.14/Dokumenty"
|
||||||
|
sleep 2
|
||||||
|
|
||||||
/usr/local/bin/mysides add Synology file:///Volumes/Recordings/
|
/usr/local/bin/mysides add Synology file:///Volumes/Recordings/
|
||||||
/usr/local/bin/mysides add Synology file:///Volumes/Backups/
|
/usr/local/bin/mysides add Synology file:///Volumes/Backups/
|
||||||
@@ -25,6 +27,7 @@ sleep 2
|
|||||||
/usr/local/bin/mysides add Synology file:///Volumes/Music/
|
/usr/local/bin/mysides add Synology file:///Volumes/Music/
|
||||||
/usr/local/bin/mysides add Synology file:///Volumes/Video/
|
/usr/local/bin/mysides add Synology file:///Volumes/Video/
|
||||||
/usr/local/bin/mysides add Synology file:///Volumes/Series/
|
/usr/local/bin/mysides add Synology file:///Volumes/Series/
|
||||||
/usr/local/bin/mysides add Synology file:///Volumes/Photos/
|
/usr/local/bin/mysides add Synology file:///Volumes/photo/
|
||||||
/usr/local/bin/mysides add Synology file:///Volumes/Anime/
|
/usr/local/bin/mysides add Synology file:///Volumes/Anime/
|
||||||
/usr/local/bin/mysides add Synology file:///Volumes/Work
|
/usr/local/bin/mysides add Synology file:///Volumes/Work/
|
||||||
|
/usr/local/bin/mysides add Synology file:///Volumes/Dokumenty/
|
||||||
|
|||||||
Reference in New Issue
Block a user