Giter Site home page Giter Site logo

osx-configs's Introduction

configs

vimrc, dotfiles and other shit

brew

Check https://brew.sh/ for more instructions but basically:

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

wget

Install wget using brew:

brew install wget

vim

Copy vimrc file to $HOME:

cp vimrc ~/.vimrc

You can also retrieve it from https://javuto.net/vimrc:

wget -O ~/.vimrc https://javuto.net/vimrc

vscode

Install Visual Studio Code from https://code.visualstudio.com/Download

Code > Preferences > Settings > User Settings

To list all the installed extensions run:

$ /Applications/Visual\ Studio\ Code.app/Contents/Resources/app/bin/code --list-extensions

To install the extensions in a text file, run:

for i in $(cat extensions.txt)
do 
  /Applications/Visual\ Studio\ Code.app/Contents/Resources/app/bin/code --install-extension $i
done

iterm2

Install iTerm2 from https://www.iterm2.com/downloads.html

Import settings: iTerm2 > Preferences > General > Load preferences from a custom folder or URL

You will need to add the powerline fonts, you can find them in https://github.com/powerline/fonts in the fonts directory.

zsh

Install oh-my-zsh from https://github.com/robbyrussell/oh-my-zsh:

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

Copy the themes folder:

cp -R themes ~/.oh-my-zsh

Enable custom configuration:

cp zshrc ~/.zshrc

karabiner

Install Karabiner-Elements from https://github.com/tekezo/Karabiner-Elements

cp karabiner.json ~/.config/karabiner

Random apps

http://member.ipmu.jp/yuji.tachikawa/MenuMetersElCapitan/

https://github.com/Clipy/Clipy

https://github.com/eczarny/spectacle

https://www.vagrantup.com/downloads.html

https://www.virtualbox.org/wiki/Downloads

https://www.obdev.at/products/littlesnitch/download.html

https://www.wireshark.org/download.html

Command line

ag: silver searcher

brew install the_silver_searcher

pip

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
sudo python get-pip.py

wget

brew install wget

nmap

brew install nmap

awscli

brew install awscli

Settings

Dock position

defaults write com.apple.Dock orientation -string left
killall Dock

Show battery percentage

defaults write com.apple.menuextra.battery ShowPercent YES
killall SystemUIServer

Add Spanish language

defaults write -g AppleLanguages -array "en-US" "es-US"

Done.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.