Skip to content

vadimshvetsov/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Prerequisites

  • Install git
  • Clone this repo
git clone https://github.com/vadimshvetsov/dotfiles.git && cd dotfiles

Installation for OS X

  • Install git and brew at master machine
brew install ansible
  • Run playbooks for install appropriate things
ansible-playbook -K playbooks/mac/zsh.yml

iTerm2 theme setup

Import iterm2/profile.json for setting up theme and settings

To reinstall dracula theme from scratch or update follow this instructions

Installation for Linux

  • Install ansible and git
sudo apt-add-repository ppa:ansible/ansible
sudo apt update
sudo apt install ansible
  • Run playbooks for install appropriate things
ansible-playbook -K playbooks/linux/zsh.yml

Releases

No releases published

Packages

No packages published