Skip to content

dosvath/dev-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Custom dev/new mac environment.

Zsh-iTerm 2

A nice looking iTerm setup with zsh and autosuggestions.

Install oh-my-zsh.

Get the iTerm2 nightly build

Set theme to minimal.

Configure minimal tab style.

Install autosuggestions

Copy .zshrc to ~/.zshrc

Tab Settings

Tab bar height: 38

Oh-my-zsh theme: avit

Powerline Font: Menlo

Vim

Copy the vim files into ~/: ~/.vimrc ~/.vim/colors ~/.vim/autoload

Key Repeat

defaults write -g InitialKeyRepeat -int 10 # normal minimum is 15 (225 ms)

defaults write -g KeyRepeat -int 1 # normal minimum is 2 (30 ms)

Directory Tree

brew install tree

Hidden Files

defaults write com.apple.finder AppleShowAllFiles YES

Git

git config --global user.name "username"
git config --global user.email name@example.com

Generate SSH and GPG keys.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published