Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peter-mcconnell/.dotfiles
my dotfiles (ubuntu, vim, tmux)
https://github.com/peter-mcconnell/.dotfiles
arch docker dotfiles i3 linux polybar shell
Last synced: about 14 hours ago
JSON representation
my dotfiles (ubuntu, vim, tmux)
- Host: GitHub
- URL: https://github.com/peter-mcconnell/.dotfiles
- Owner: peter-mcconnell
- License: mit
- Created: 2014-03-06T10:40:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-05-27T16:16:27.000Z (6 months ago)
- Last Synced: 2024-05-28T00:35:31.148Z (6 months ago)
- Topics: arch, docker, dotfiles, i3, linux, polybar, shell
- Language: Shell
- Homepage: https://www.petermcconnell.com/
- Size: 14 MB
- Stars: 8
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# .dotfiles
[![Publish Docker image](https://github.com/peter-mcconnell/.dotfiles/actions/workflows/yeet.yml/badge.svg)](https://github.com/peter-mcconnell/.dotfiles/actions/workflows/yeet.yml)
[![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/pemcconnell/dev?label=docker%20image%20size)](https://hub.docker.com/repository/docker/pemcconnell/dev)Personal dotfiles. ubuntu / tmux / neovim. single command install.
![only l33t little bots may contribute](./media/banner-robot.png)
`sudo apt install -yq make ansible` - that should be all the dependencies
## install locally
Check the config for `./ansible.cfg` - you will likely need to create your own inventory file, e.g.
```
[local]
localhost ansible_connection=local
```Then you can run the playbook against that target:
```sh
make full
```## docker
A docker image has been provided - mostly this is just to validate the dotfiles inside a 'clean' environment but it is useable if a docker dev env is your thing:
```sh
docker run --rm -ti pemcconnell/dev:master
```