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: 16 days 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 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-28T12:21:41.000Z (over 1 year ago)
- Last Synced: 2024-08-07T18:39:48.030Z (over 1 year 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` |
# Install pipx
| Ubuntu | Fedora | macOS |
| ------ | ------ | ----- |
| `sudo apt install pipx` | `sudo dnf install pipx` | `brew install pipx` |
# Clone the repository
```sh
git clone git@github.com:phelipetls/dotfiles.git
cd dotfiles
```
# Install Ansible
```sh
./install
```
# Run playbook
```sh
./bootstrap
```