Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/goolord/dotfiles

dotfiles
https://github.com/goolord/dotfiles

Last synced: about 1 month ago
JSON representation

dotfiles

Awesome Lists containing this project

README

        

# dotfiles
contains configuration files for syncing across my machines

deps:
- arch linux
- yay
- GNU stow
- git

tendrils:
- https://github.com/goolord/shell-scripts
- https://github.com/goolord/nvim

main programs:
- zsh, zimfw
- alacritty
- sway
- nvim

## Quick Start
run `./bootstrap.sh`

## Structure
`home.sh` will link `home/` to `~`

`slash.sh` will link `slash/` to `/`

`update.sh` will pull this repo and its tendrils

`aurpackages.txt` is a list of packages I like to have installed across my machines,
to install packages from it run

```shell
yay -S $(cat aurpackages.txt) --needed --sudoloop
```

`resources/` contains files which may be used in scripts / config files