Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goolord/dotfiles
dotfiles
https://github.com/goolord/dotfiles
Last synced: about 1 month ago
JSON representation
dotfiles
- Host: GitHub
- URL: https://github.com/goolord/dotfiles
- Owner: goolord
- Created: 2018-06-11T22:20:36.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-11-06T19:56:11.000Z (about 2 months ago)
- Last Synced: 2024-11-06T20:40:25.834Z (about 2 months ago)
- Language: SCSS
- Size: 59.2 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
contains configuration files for syncing across my machinesdeps:
- arch linux
- yay
- GNU stow
- gittendrils:
- https://github.com/goolord/shell-scripts
- https://github.com/goolord/nvimmain 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