Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boardfish/.files
My personal dotfiles, intended to bootstrap Manjaro Linux with GNOME.
https://github.com/boardfish/.files
Last synced: 13 days ago
JSON representation
My personal dotfiles, intended to bootstrap Manjaro Linux with GNOME.
- Host: GitHub
- URL: https://github.com/boardfish/.files
- Owner: boardfish
- Created: 2020-07-26T15:30:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-03T11:28:24.000Z (over 3 years ago)
- Last Synced: 2024-10-22T08:26:13.971Z (2 months ago)
- Language: Vim script
- Homepage:
- Size: 119 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# boardfish's dotfiles
Configure linux workstation using Ansible.
Most of this runs on the assumption that you're on an Arch Linux-based distro
like Manjaro. It might not install some essentials under the assumption that
they're part of your distro. For best results, run on Manjaro with GNOME.Based on [@kespinola](https://github.com/kespinola)'s dotfiles, as explained by
their [blog
post](https://medium.com/espinola-designs/manage-your-dotfiles-with-ansible-6dbedd5532bb).### Languages
Languages are managed with [asdf](https://asdf-vm.com/#/). Investigate their
Ansible roles for more insight into what gets done for each one.### Packages
Check out the `pacman` and `aur` roles to see which packages the playbook will
attempt to install.## Bootstrap
Clone this repository into the `.files` folder.
Run the dot-bootstrap command.
```
$ ~/.files/bin/dot-bootstrap
```This'll be added to your PATH so that you can run any scripts defined in
`$DOTFILES_PATH/bin`.```
$ dot-bootstrap
```