v1adko / dotfiles

My OS X dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

Here I will keep the basic tools, links and config files in order to make transfer to a new MacOS system faster.
My editor of choice at the moment is Visual Studio Code so most of the config is for it.

Repo logo

Tools

Terminal

I use Hyper and VSCode's integrated terminal with OhMyZsh.

Git

Running yarn restore:git-config will:

  1. Setup common aliases
  2. Fill my public user info
  3. Setup VSCode as a default mergetool

Vim

VIM settings and config are in this folder.
These files should be copied to the user root.

VS Code

  1. Download the editor
  2. Clone this repo git clone https://github.com/v1adko/dotfiles.git && cd /dotfiles
  3. Enable code command in the terminal by doing Shift + CMD + P -> 'Install "code" command in PATH'
  4. Install tools - node and yarn in particular.
  5. Run the restore commands
Settings Backup Restore

To restore all settings, keybindings and snippets run
yarn restore:vscode-settings

Extensions Installation

To install all extensions specified in extensions.yml run
yarn restore:vscode-extensions

About

My OS X dotfiles

License:MIT License


Languages

Language:JavaScript 86.6%Language:Shell 10.7%Language:Vim Script 2.7%