https://github.com/rabinzon/.dotfiles
This is my initial configurations for Ubuntu.
https://github.com/rabinzon/.dotfiles
ansible dotfiles linux ubuntu vimrc zsh
Last synced: 2 months ago
JSON representation
This is my initial configurations for Ubuntu.
- Host: GitHub
- URL: https://github.com/rabinzon/.dotfiles
- Owner: Rabinzon
- Created: 2016-09-18T07:23:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-03T11:30:14.000Z (over 8 years ago)
- Last Synced: 2025-01-26T16:44:16.951Z (12 months ago)
- Topics: ansible, dotfiles, linux, ubuntu, vimrc, zsh
- Language: Shell
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### This is my initial configurations for Ubuntu.

#### How to run it:
```sh
$ sudo apt-get update
$ sudo apt-get install ansible
$ sudo apt-get install git
$ git clone git@github.com:Rabinzon/.dotfiles.git
$ cd .dotfiles
$ sudo ansible-playbook setup.yml
```
One line command:
`sudo apt-get update && sudo apt-get install ansible git && git clone git@github.com:Rabinzon/.dotfiles.git && cd .dotfiles && sudo ansible-playbook setup.yml `