Skip to content

Commit

Permalink
[install] Brewfile => explicit installations, delete some langs from …
Browse files Browse the repository at this point in the history
…asdf
  • Loading branch information
alex-popov-tech committed Dec 12, 2024
1 parent 126f373 commit 2670ccf
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 106 deletions.
41 changes: 21 additions & 20 deletions .scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,24 +73,6 @@ function langs() {
asdf install nodejs 22.4.0
asdf global nodejs 22.4.0

echo
echo "+---------------------------------+"
echo "| Installing Python |"
echo "+---------------------------------+"
echo
asdf plugin-add python
asdf install python 3.11.1
asdf global python 3.11.1

echo
echo "+-------------------------------+"
echo "| Installing Ruby |"
echo "+-------------------------------+"
echo
asdf plugin-add ruby
asdf install ruby 3.2.0
asdf global ruby 3.2.0

echo
echo "+------------------------------+"
echo "| Installing Golang |"
Expand All @@ -112,7 +94,6 @@ function software() {
echo "| Installing Homebrew |"
echo "+-----------------------------------+"
echo
xcode-select --install
# [ m1 ] insure required dir in path
export PATH=/opt/homebrew/bin:$PATH
is_arm64() {
Expand Down Expand Up @@ -147,7 +128,27 @@ function software() {
echo "+-----------------------------------+"
echo

brew bundle install --file $DPATH/Brewfile
brew install bat
brew install bitwarden-cli
brew install btop
brew install curl
brew install fzf
brew install httpie
brew install thefuck
brew install tldr
brew install unzip
brew install watch
brew install lazygit
brew install dropbox
brew install firefox@developer-edition
brew install meetingbar
brew install ngrok
brew install slack
brew install spotify
brew install transmission
brew install visual-studio-code
brew install vlc
brew install wezterm@nightly

curl https://cht.sh/:cht.sh > /opt/homebrew/bin/cht.sh
chmod +x /opt/homebrew/bin/cht.sh
Expand Down
86 changes: 0 additions & 86 deletions Brewfile

This file was deleted.

0 comments on commit 2670ccf

Please sign in to comment.