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

https://github.com/fmind/dotfiles

Configuration of my favorite command-line editors, shells, and tools
https://github.com/fmind/dotfiles

ansible automation cli dotfiles terminal

Last synced: 18 days ago
JSON representation

Configuration of my favorite command-line editors, shells, and tools

Awesome Lists containing this project

README

        

# dotfiles

Configuration of my favorite languages, editors, shells, and tools.

# Requirements

- python
- pipx

# Installation

```bash
# with pyinvoke
inv install
# without pyinvoke
# - Linux system (no sudo required)
ansible-playbook site.yml
# - Linux system (sudo required)
ansible-playbook -K site.yml
# - MacOS system
ansible-playbook site.yml --become-user=$USER
```

**For Mac OSX**:
- To enable the unarchive module: `brew install gnu-tar`

# Configuration

```bash
# on Linux system
chsh -s /usr/bin/zsh
# on MacOS system
chsh -s /bin/zsh
```