diff --git a/.local/scripts/bootstrap/mac_functions b/.local/scripts/bootstrap/mac_functions index b2da11c4..fad1c04e 100755 --- a/.local/scripts/bootstrap/mac_functions +++ b/.local/scripts/bootstrap/mac_functions @@ -8,15 +8,15 @@ # https://alexpearce.me/2014/05/italics-in-iterm2-vim-tmux/ app_store_install() { brew install mas - mas install 1274495053 # Microsoft To Do - mas install 1444383602 # GoodNotes - mas install 409183694 # Keynote - mas install 409201541 # Pages - mas install 409203825 # Numbers - mas install 441258766 # Magnet - mas install 497799835 # Xcode - mas install 736189492 # Notability - #mas install 1147396723 # WhatsApp + mas install 1274495053 # Microsoft To Do + mas install 1444383602 # GoodNotes + mas install 409183694 # Keynote + mas install 409201541 # Pages + mas install 409203825 # Numbers + mas install 441258766 # Magnet + mas install 497799835 # Xcode + mas install 736189492 # Notability + #mas install 1147396723 # WhatsApp } brew_install() { @@ -26,45 +26,45 @@ brew_install() { mac_install () { ### Avoid some error messages mkdir -p "$XDG_DATA_HOME"/vim/{undo,swap,backup} # Fixes vim - touch ~/.vim/cache/viminfo # viminfo - touch $XDG_DATA_HOME/vim/viminfo # viminfo - mkdir -p "~/.vim/cache/viminfo" # vim viminfo - mkdir ~/.cache/zsh - mkdir ~/.cache/vlc - touch ~/.hushlogin # Avoid terminal prompts + touch $HOME/.vim/cache/viminfo # viminfo + touch $XDG_DATA_HOME/vim/viminfo # viminfo + mkdir -p "~/.vim/cache/viminfo" # vim viminfo + mkdir $HOME/.cache/zsh + mkdir $HOME/.cache/vlc + touch $HOME/.hushlogin # Avoid terminal prompts ### Terminal stuff brew install ack brew install astyle - brew install autojump # Autojump obsolete? - brew install bat # Cat on steroids + brew install autojump # Autojump obsolete? + brew install bat # Cat on steroids brew install bison brew install cmake - brew install exa # "ls" on steroids + brew install exa # "ls" on steroids brew install flex - brew install fzf # Fuzzy Finder - brew install git # Git + brew install fzf # Fuzzy Finder + brew install git # Git brew install go brew install graphviz - brew install htop # Resource viewer + brew install htop # Resource viewer brew install llvm brew install mono - brew install ncdu # Storage manager - brew install neofetch # System info - brew install p7zip # Extract function - brew install pipes-sh # Pipes wallpaper + brew install ncdu # Storage manager + brew install neofetch # System info + brew install p7zip # Extract function + brew install pipes-sh # Pipes wallpaper brew install pkg-config - brew install ranger w3m # Ranger and previews + brew install ranger w3m # Ranger and previews brew install rclone brew install ripgrep brew install sox - brew install stow # Stow dotfiles + brew install stow # Stow dotfiles brew install swig - brew install the_silver_searcher # Grep on steroids - brew install tmux # Terminal multiplexer - brew install unrar # Extract function - brew install wget # Download from command line - brew install yarn # Package manager + brew install the_silver_searcher # Grep on steroids + brew install tmux # Terminal multiplexer + brew install unrar # Extract function + brew install wget # Download from command line + brew install yarn # Package manager ### Terminal Font brew tap homebrew/cask-fonts @@ -75,32 +75,32 @@ mac_install () { brew install font-meslo-lg-nerd-font ### GUI Applications - brew install --cask adobe-acrobat-reader # Pdf reader - brew install --cask alfred # Better Spotlight - brew install --cask calibre # Book manager - brew install --cask ccleaner # CleanUp - brew install --cask dbeaver-community # BD - brew install --cask discord # Group calls - brew install --cask eclipse-java # BD - brew install --cask google-chrome # Web browser - brew install --cask intellij-idea # Paid, better java SQL IDE - brew install --cask intellij-idea-ce # Free version - brew install --cask iterm2 # Best terminal emulator - brew install --cask karabiner-elements # Swap Esc with Caps_lock - brew install --cask meld # Best Diff software - brew install --cask obs # Screen recorder //very complicated on mac - brew install --cask r # Probabilitat i estadística - brew install --cask rstudio # Probabilitat i estadística IDE - brew install --cask skype # Videocalls - brew install --cask slack # Work - brew install --cask spotify # Music player - brew install --cask telegram # Quickly transfer files - brew install --cask the-unarchiver # Archiver "faster" - brew install --cask tomighty # Pomodoro timer - brew install --cask tor-browser # Private and uncensored browsing - brew install --cask transmission # Torrent Downloader - brew install --cask visual-studio-code - brew install --cask vlc # Media Player + brew install --cask adobe-acrobat-reader # Pdf reader + brew install --cask alfred # Better Spotlight + brew install --cask calibre # Book manager + brew install --cask ccleaner # CleanUp + brew install --cask dbeaver-community # BD + brew install --cask discord # Group calls + brew install --cask eclipse-java # BD + brew install --cask google-chrome # Web browser + brew install --cask intellij-idea # Paid, better java SQL IDE + brew install --cask intellij-idea-ce # Free version + brew install --cask iterm2 # Best terminal emulator + brew install --cask karabiner-elements # Swap Esc with Caps_lock + brew install --cask meld # Best Diff software + brew install --cask obs # Screen recorder //very complicated on mac + brew install --cask r # Probabilitat i estadística + brew install --cask rstudio # Probabilitat i estadística IDE + brew install --cask skype # Videocalls + brew install --cask slack # Work + brew install --cask spotify # Music player + brew install --cask telegram # Quickly transfer files + brew install --cask the-unarchiver # Archiver "faster" + brew install --cask tomighty # Pomodoro timer + brew install --cask tor-browser # Private and uncensored browsing + brew install --cask transmission # Torrent Downloader + brew install --cask visual-studio-code + brew install --cask vlc # Media Player brew install --cask whatsapp #brew cask install firefox --cask # Gave it a try but google-chrome has automatic hyperlink support, print preview is better, faster icon bar loading #brew cask install keka --cask # Archiver open source @@ -121,14 +121,14 @@ doom_emacs_install() { } bloat_install() { - brew install cowsay fortune coreutils # Cows - brew install cmatrix # Matrix + brew install cowsay fortune coreutils # Cows + brew install cmatrix # Matrix } vim_install () { - brew install macvim # Vim - brew install neovim # NeoVim - cd ~/ + brew install macvim # Vim + brew install neovim # NeoVim + cd $HOME vim +PlugInstall +qall # Vim YouCompleteMe plugin install bash ~/scripts/ycm.sh