Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phux/.dotfiles
my dotfiles: i3, neovim, .Xresources, php tooling, tmux conf
https://github.com/phux/.dotfiles
ansible dotfiles golang i3 i3wm neovim php python shell tmux-conf vim zshrc
Last synced: about 7 hours ago
JSON representation
my dotfiles: i3, neovim, .Xresources, php tooling, tmux conf
- Host: GitHub
- URL: https://github.com/phux/.dotfiles
- Owner: phux
- Created: 2014-04-23T18:28:03.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T14:35:14.000Z (5 months ago)
- Last Synced: 2024-06-21T07:47:55.440Z (5 months ago)
- Topics: ansible, dotfiles, golang, i3, i3wm, neovim, php, python, shell, tmux-conf, vim, zshrc
- Language: Lua
- Homepage:
- Size: 1.14 MB
- Stars: 13
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Installation
Clone the repository:
```shell
git clone https://github.com/phux/.dotfiles.git
```Install ansible:
```shell
cd .dotfiles && make
```If you want to execute installation in vagrant:
```shell
make test
```To install on localhost (will override your files, no backup!):
```shell
make provision
```## Some tasks it does
- pip
- rbenv & ruby
- nvm & node
- gvm & go
- composer
- linking dotfiles
- antibody (zsh)
- php & golang linters## TODOs
- go get -u github.com/high-moctane/nextword