adding Brewfile for macOS

This commit is contained in:
2021-12-14 12:52:30 +01:00
parent 8a405f107d
commit 66e8c8f36d
2 changed files with 56 additions and 0 deletions

1
.gitignore vendored
View File

@@ -8,3 +8,4 @@ __*
timers.target.wants timers.target.wants
gitk gitk
.stfolder .stfolder
Brewfile.lock.json

55
homebrew/Brewfile Normal file
View File

@@ -0,0 +1,55 @@
tap "homebrew/homebrew-bundle"
tap "homebrew/cask"
tap "homebrew/core"
brew "atool"
brew "bash"
brew "bmon"
brew "coreutils"
brew "diffutils"
brew "dos2unix"
#brew "ghc"
brew "git"
brew "gnu-sed"
brew "go"
brew "htop"
brew "httpie"
#brew "ipython"
brew "mmctl"
brew "mosh"
brew "ncdu"
brew "neovim"
brew "nmap"
brew "pipenv"
brew "ranger"
brew "rclone"
brew "restic"
brew "rsync"
brew "sshuttle"
brew "stow"
brew "tmux"
cask "beekeeper-studio"
cask "bitwarden"
cask "docker"
cask "easy-move-plus-resize"
cask "firefox"
cask "gimp"
cask "google-chrome"
cask "http-toolkit"
cask "iterm2"
cask "keka"
cask "microsoft-teams"
cask "pritunl"
cask "rectangle"
cask "signal"
cask "sleek"
cask "spotify"
cask "steam"
cask "tomighty"
cask "tor-browser"
cask "utm"
cask "visual-studio-code"
cask "vlc"
cask "wireshark"
cask "zoom"