Skip to content

Commit

Permalink
mas et al
Browse files Browse the repository at this point in the history
  • Loading branch information
caillou committed Dec 4, 2020
1 parent 7749a52 commit c66f76d
Showing 1 changed file with 22 additions and 5 deletions.
27 changes: 22 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,30 @@
# Mac Setup

## Todo

- Use https://github.com/Homebrew/homebrew-bundle
- Dotfiles

```bash
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
xcode-select --install
brew install \
fish \
git \
glib \
graphicsmagick \
htop \
imagemagick \
libdvdcss \
mas \
postgresql \
rename \
ruby \
the_silver_searcher \
thefuck \
ruby \
tree \
wget \
youtube-dl \
libdvdcss
youtube-dl
sudo bash -c 'echo /usr/local/bin/fish >> /etc/shells'
chsh -s /usr/local/bin/fish
```
Expand All @@ -30,12 +44,15 @@ brew cask install \
nextcloud \
signal \
spotify \
spotify \
telegram \
unrar \
visual-studio-code \
vlc \
whatsapp

cd ~/Downloads && wget https://raw.githubusercontent.com/caillou/mac-setup/main/ayu%20dark.itermcolors && open "ayu Dark.itermcolors"

git config --global user.email "[email protected]"
git config --global user.name "Pierre Spring"

sudo mas install 668208984 # GIPHY CAPTURE
```

0 comments on commit c66f76d

Please sign in to comment.