Skip to content

totaki/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install as vagrant provision

// Vagrantfile
ansible_script = <<SCRIPT
  sudo apt-get install -y git
  git clone https://github.com/mokevnin/dotfiles.git /var/tmp/dotfiles
  cd /var/tmp/dotfiles
  git pull -f
  make
SCRIPT
config.vm.provision 'shell', inline: ansible_script,
  privileged: false

// Shell
vagrant provision

Install without vagrant

git clone <this repo> /var/tmp/dotfiles
cd /var/tmp/dotfiles
make

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 92.2%
  • Makefile 7.8%