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 1 year 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 12 years ago)
- Default Branch: master
- Last Pushed: 2025-01-27T16:55:10.000Z (over 1 year ago)
- Last Synced: 2025-04-01T00:51:10.679Z (about 1 year 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
[](https://github.com/peter-mcconnell/.dotfiles/actions/workflows/yeet.yml)
[](https://hub.docker.com/repository/docker/pemcconnell/dev)
Personal dotfiles. ubuntu / tmux / neovim. single command install.

`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
```