ovylehzhanin / dotfiles

My macOS environment: zsh, Git, Visual Studio Code, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Artem Sapegin’s dotfiles

iTerm2

Features

Installation

(Fork this repository if you want to use my dotfiles.)

Prerequisites:

  1. Install Xcode Command Line Tools.
  2. Generate SSH key.
  3. Install Homebrew.

Then run these commands in the terminal:

brew install git
brew install n
n lts
git clone git@github.com:sapegin/dotfiles.git ~/dotfiles
cd ~/dotfiles
./sync.py
npm install

Now you can run scripts like setup/zsh.sh or setup/osx.sh to install other stuff.

Updating

dotfiles

Notes

You can use any file extensions in tilde/ to invoke proper syntax highlighting in code editor.

Further customization

  • Add any zsh profile customizations to ~/.zshlocal.
  • Add your git username/email/etc. to ~/.gitlocal.

Resources


:shipit:

About

My macOS environment: zsh, Git, Visual Studio Code, etc.


Languages

Language:Shell 71.0%Language:JavaScript 15.8%Language:CSS 11.5%Language:Python 1.7%