Skip to content

ekropotin/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Configuration files for pleasant developer experience with OSX

Installation

Below are instructions for installation from scratch on a brand new machine.

  1. Homebrew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

  1. oh-my-zsh

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

  1. Install git

brew install git

  1. Clone the repo
git clone git@github.com:ekropotin/dotfiles.git
cd dotfiles
  1. Install software from Brewfile

brew bundle

  1. Install configs
chmod +x link.sh && ./link.sh

After starting tmux session, don't forget to install tpm plugins by pressing ctrl + shift + I

This script will create symbolic links in your home folder to all dotfiles in the repository.

If you are using iTerm 2/3 as a terminal emulator, you need to enable Applications in terminal may access clipboard in it's settings in order to copy the content from Tmux into the system clipboard.

About

configuration files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published