Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kriansa/dotfiles
- Owner: kriansa
- License: apache-2.0
- Created: 2016-01-14T01:00:32.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-11-13T21:48:18.000Z (4 days ago)
- Last Synced: 2024-11-13T22:30:14.461Z (4 days ago)
- Topics: ansible, dotfiles, emacs, fish, nvim
- Language: Shell
- Homepage:
- Size: 14.3 MB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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