Ecosyste.ms: Awesome
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: 5 days ago
JSON representation
Configuration of my favorite command-line editors, shells, and tools
- Host: GitHub
- URL: https://github.com/fmind/dotfiles
- Owner: fmind
- License: other
- Created: 2019-03-13T15:23:14.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T08:58:19.000Z (13 days ago)
- Last Synced: 2024-10-28T11:09:34.381Z (13 days ago)
- Topics: ansible, automation, cli, dotfiles, terminal
- Language: Shell
- Homepage:
- Size: 19.3 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```