Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kriansa/dotfiles

My computer setup
https://github.com/kriansa/dotfiles

ansible dotfiles emacs fish nvim

Last synced: about 6 hours ago
JSON representation

My computer setup

Awesome Lists containing this project

README

        

# Kriansa computer setup

This is where I store instructions to setup my machines as well as shared configuration for common
applications - also called _dotfiles_.

My dotfiles are using [Fish](https://fishshell.com/) and I manage them using `bin/dotup`.

I'm doing my machines bootstrapping using [Ansible](https://www.ansible.com/).

## Available machines

* [Desktop/Laptop](doc/arch-install.md)
* [MacOS](doc/macos-install.md)

## Installation

1. Clone this project to `~/.dotfiles`:
```shell
$ git clone [email protected]:kriansa/dotfiles.git ~/.dotfiles
```

2. Run `cd .dotfiles && bin/dotup`

## Docs

* [Issues](doc/bugs.md)
* [Shortcuts & Commands](doc/shortcuts.md)

## License

Apache 2.0