https://github.com/calebdw/dotfiles
🏡 is where the 💚 is
https://github.com/calebdw/dotfiles
alacritty bash bashrc dotfiles-linux latex lua neovim neovim-config neovim-dotfiles nvim-configs nvim-lua tmux treesitter
Last synced: 3 months ago
JSON representation
🏡 is where the 💚 is
- Host: GitHub
- URL: https://github.com/calebdw/dotfiles
- Owner: calebdw
- License: mit
- Created: 2024-01-10T14:52:22.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-16T22:58:08.000Z (11 months ago)
- Last Synced: 2024-11-24T19:46:12.620Z (11 months ago)
- Topics: alacritty, bash, bashrc, dotfiles-linux, latex, lua, neovim, neovim-config, neovim-dotfiles, nvim-configs, nvim-lua, tmux, treesitter
- Language: Lua
- Homepage:
- Size: 347 KB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
🏡 is where the 💚 is.
## Installation
To install simply execute `make`, to uninstall `make clean`.
### Ansible
#### Ansible Installation
Ansible first needs to be installed through `pip`
```bash
sudo apt update
sudo apt install python3-pip
sudo pip3 install ansible # globally
pip3 install --user ansible # locally
# upgrade
sudo pip3 install --upgrade ansible # globally
pip3 install --upgrade --user ansible # locally
```> [!NOTE]
> Ansible binaries are installed in `~/.local/bin` which needs to be in your PATH.To play the Ansible playbook, execute `make ansible`.