Compare commits

...

7 Commits

Author SHA1 Message Date
y0rune 057b0bf93a brew_programs_cask: new version 2025-06-10 19:01:20 +02:00
y0rune 954138b1ef brew_programs: updated a few things 2025-04-25 19:49:31 +02:00
y0rune 75f1174ace update-pkg: added wget 2025-04-21 00:01:02 +02:00
y0rune c49c8b2a09 gitignore: added .local/bin/tss 2025-04-20 23:59:56 +02:00
y0rune d6eadbd7b6 brew_programs_cask: added rustdesk and zed 2025-04-20 23:59:39 +02:00
y0rune 6cb491d338 brew_programs: added ffmpeg
Signed-off-by: Marcin Woźniak <y0rune@aol.com>
2025-04-20 23:59:01 +02:00
y0rune 2079564fe5 remove-files: youtube-dl AppSupport 2025-04-20 23:57:18 +02:00
6 changed files with 11 additions and 10 deletions
+3
View File
@@ -3,6 +3,7 @@ coreutils
dockutil
duti
fastfetch
ffmpeg
git
gnu-sed
htop
@@ -13,9 +14,11 @@ mtr
neovim
newsboat
parallel
pinentry-mac
ranger
ripgrep
rsync
texinfo
tmux
tree
wget
+4 -7
View File
@@ -1,7 +1,9 @@
alacritty
akiflow
alfred
chatterino
dbeaver-community
discord
displaylink
docker
firefox@nightly
@@ -9,33 +11,28 @@ font-hack-nerd-font
gimp
google-chrome
hiddenbar
jordanbaird-ice
karabiner-elements
keepassxc
macfuse
megasync
microsoft-auto-update
microsoft-teams
mongodb-compass
mpv
mysides
obsidian
platypus
postman
qbittorrent
qview
rustdesk
scroll-reverser
signal
skype
spotify
stats
telegram
the-unarchiver
todoist
transfer
twingate
visual-studio-code
vlc
winbox
wine-crossover
wireshark
zed@preview
-1
View File
@@ -1 +0,0 @@
/Users/yorune/Library/Application Support/iTerm2
+1
View File
@@ -279,3 +279,4 @@ Cisco Packet Tracer 8.0.0
.local/bin/kubectl
.rustup
.local/tss-sdk
.local/bin/tss
+3 -1
View File
@@ -199,6 +199,7 @@ function install_terragrunt() {
timestamp "The current version of the TSS-SDK is the same as the newest version"
return 0
else
brew install wget
wget https://github.com/gruntwork-io/terragrunt/releases/latest/download/terragrunt_linux_amd64 -O $TERRAGRUNT
chmod +x "$TERRAGRUNT"
fi
@@ -299,6 +300,8 @@ function install_fzf() {
function install_zsh_addons() {
if [ ! -d $ZSHFOLDER/aws ]; then
mkdir -p "$ZSHFOLDER/azure-cli" "$ZSHFOLDER/aws"
curl -s https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/plugins/aws/aws.plugin.zsh \
-o "$ZSHFOLDER"/aws/aws.plugin.zsh &&
timestamp "Downloaded the newest version of aws plugin for zsh"
@@ -307,7 +310,6 @@ function install_zsh_addons() {
-o "$ZSHFOLDER"/azure-cli/az.completion &&
timestamp "Downloaded the newest version of az plugin for zsh"
mkdir -p "$ZSHFOLDER/azure-cli" "$ZSHFOLDER/aws"
cd $ZSHFOLDER || err "Folder $ZSHFOLDER has been NOT found"
git clone https://github.com/popstas/zsh-command-time.git &&
timestamp "Cloning the zsh-command-time"
-1
View File
@@ -1 +0,0 @@
/usr/local/bin/yt-dlp