mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-15 06:32:40 +00:00
Added app-store applications
This commit is contained in:
15
Makefile
15
Makefile
@@ -1,8 +1,19 @@
|
|||||||
install-brews:
|
install-brews:
|
||||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||||
@brew bundle --no-lock --file "$(PWD)/macOS/.config/macOS/Brewfile"
|
@brew bundle \
|
||||||
|
--no-lock \
|
||||||
|
--cleanup \
|
||||||
|
--debug \
|
||||||
|
--file "$(PWD)/macOS/.config/macOS/Brewfile"
|
||||||
|
|
||||||
|
install-apps:
|
||||||
|
@brew bundle \
|
||||||
|
--no-lock \
|
||||||
|
--cleanup \
|
||||||
|
--debug \
|
||||||
|
--file "$(PWD)/macOS/.config/macOS/AppStore.Brewfile"
|
||||||
|
|
||||||
stow:
|
stow:
|
||||||
@stow --stow --verbose --target ~ */
|
@stow --stow --verbose --target ~ */
|
||||||
|
|
||||||
fresh-install: install-brews stow
|
fresh-install: install-brews stow install-apps
|
||||||
|
|||||||
2
macOS/.config/macOS/AppStore.Brewfile
Normal file
2
macOS/.config/macOS/AppStore.Brewfile
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
mas "pwSafe", id: "520993579"
|
||||||
|
mas "Xcode", id: "497799835"
|
||||||
@@ -1,13 +1,21 @@
|
|||||||
tap "homebrew/cask"
|
tap "homebrew/cask"
|
||||||
|
|
||||||
|
# TODO: Make the application directory a global variable ??
|
||||||
|
# set arguments for all 'brew install --cask' commands
|
||||||
|
cask_args appdir: "~/Applications", require_sha: true
|
||||||
|
|
||||||
# formula
|
# formula
|
||||||
brew "stow"
|
|
||||||
brew "fd"
|
brew "fd"
|
||||||
brew "ripgrep"
|
brew "git"
|
||||||
brew "zsh"
|
brew "mas"
|
||||||
brew "neovim"
|
brew "neovim"
|
||||||
|
brew "ripgrep"
|
||||||
|
brew "stow"
|
||||||
|
brew "zsh"
|
||||||
|
|
||||||
# casks
|
# casks
|
||||||
cask "docker"
|
cask "docker"
|
||||||
cask "google-chrome"
|
cask "google-chrome"
|
||||||
cask "iterm2"
|
cask "iterm2"
|
||||||
|
cask "paw"
|
||||||
|
#cask "sketchup-pro"
|
||||||
|
|||||||
Reference in New Issue
Block a user