strangerting / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

INSTALLATION

For MacOS:

Run this

git clone https://github.com/switowski/dotfiles ~/.dotfiles
cd ~/.dotfiles
# Go through setup-macbook.sh and comment out what you don't need
chmod +x setup-macbook.sh
chmod +x brew.sh
chmod +x brew-cask.sh
chmod +x mas.sh
chmod +x npm.sh
chmod +x fish.sh
# Install brew packages, fish, oh-my-fish and setup some functions
./setup-macbook.sh

Manual tweaks for Macbook:

  • Setup some custom shortcuts:
    • App Shortcuts -> Finder.app -> Downloads: Change the default shortcut to Shift+Cmd+L, so you can use Cmd+Alt+L for starting screensaver
    • App Shortcuts -> Mail.app -> Mark All Messages as Read: Shift+Cmd+C
    • Services -> General -> Open Iterm2: Cmd+Alt+T
    • Services -> General -> Start Screensaver: Cmd+Alt+L
  • Install some additional tools:
    • Scroll reverser, so you can reverse scrolling direction for mouse
    • Discreet scroll to disable scroll acceleration bullshit

For Linux:

Run this

git clone https://github.com/switowski/dotfiles ~/.dotfiles
cd ~/.dotfiles
# Create symlinks and install packages
chmod +x setup-linux.sh
./setup-linux.sh

Manual tweaks for Linux:

TODO:

About


Languages

Language:Shell 57.1%Language:Python 24.0%Language:Emacs Lisp 17.9%Language:AppleScript 0.9%Language:Dockerfile 0.1%