Skip to content

kingkuong/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

152 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

On a New Ubuntu machine, run:

sudo apt update

sudo apt install -y curl git ansible build-essential

mkdir ~/setup

cd ~/setup

git clone https://github.com/cuongtranx/dotfiles.git

cd dotfiles

./setup.sh

To run only select tests

ansible-playbook ./local.yml --ask-become-pass --ask-vault-pass -t git -t ssh

Testing

This repo provides a Dockerfile to be used when testing with, run the command

docker build . -t local && docker run --rm -it local ansible-playbook ./setup/local.yml --ask-vault-pass

docker run --rm -it local zsh

About

environment config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors