tvut / mac-setup

Software and config files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mac Software

Make it more like Windows

  • Magnet brings back Window snapping.
  • Alt-tab brings a better command tab experience that includes windows of the same program.

Utilities

  • TimeSnapper takes screenshots every couple seconds.
  • shotter for better screenshots.
  • Alfred for better spotlight.
  • Razer MacOS is unofficial color support for Razer keyboards.
  • MonitorControl lets you control the brightness of external monitors.
  • Neat Download Manager for downloading lectures.
  • Hush blocks content popups.
  • Brew the package manager.
  • Bartender makes the endless amount of stuff in the menu bar manageable.
  • Stats adds nice system usage stats to the menu bar.
  • WiFi Signal adds more information about the WiFi connection to the menu bar.

Software

Config Files

Vagrantfile

Creates docker image for SSH into on Mac. Install git, gcc and gdb once set up. Once in directory with Vagrant file, call vagrant up --provider=docker to get it up the first time, then vagrant up everytime after. vagrant halt will shut the machine down.

You can do vagrant ssh-config in the directory of the Vagrantfile to get the ssh config which you can copy paste into the file ~/.ssh/config so that VSCode can connect.

.git-config

Goes in home directory. Use git config --global credential.helper store to enable credential store before you do any git work so the login is stored.

.zshrc

Goes in home directory.

About

Software and config files


Languages

Language:Shell 100.0%