Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phelipetls/dotfiles
My configuration files for Linux, macOS and WSL
https://github.com/phelipetls/dotfiles
ansible bash dotfiles fedora linux macos mutt neovim suckless ubuntu vagrant wsl zsh
Last synced: about 2 months ago
JSON representation
My configuration files for Linux, macOS and WSL
- Host: GitHub
- URL: https://github.com/phelipetls/dotfiles
- Owner: phelipetls
- Created: 2020-05-14T12:37:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-28T12:21:41.000Z (7 months ago)
- Last Synced: 2024-08-07T18:39:48.030Z (6 months ago)
- Topics: ansible, bash, dotfiles, fedora, linux, macos, mutt, neovim, suckless, ubuntu, vagrant, wsl, zsh
- Language: Lua
- Homepage:
- Size: 3.2 MB
- Stars: 43
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My configuration files for Linux and macOS.
# Install git
| Ubuntu | Fedora | macOS |
| ------ | ------ | ----- |
| `sudo apt install -y git` | `sudo dnf install -y git` | `xcode-select --install` |# Clone the repository
```sh
git clone [email protected]:phelipetls/dotfiles.git
cd dotfiles
```# Install Ansible
```sh
./install
```# Run playbook
```sh
# Bootstrap development environntment in Linux, WSL and macOS
ansible-playbook bootstrap.yml
```