https://github.com/goolord/dotfiles
dotfiles
https://github.com/goolord/dotfiles
Last synced: 4 months ago
JSON representation
dotfiles
- Host: GitHub
- URL: https://github.com/goolord/dotfiles
- Owner: goolord
- Created: 2018-06-11T22:20:36.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2025-01-31T16:50:59.000Z (6 months ago)
- Last Synced: 2025-01-31T17:39:30.507Z (6 months ago)
- Language: SCSS
- Size: 59.2 MB
- Stars: 6
- 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 machinestendrils:
- https://github.com/goolord/shell-scripts
- https://github.com/goolord/nvimmain programs:
- zsh, zimfw
- alacritty
- sway
- nvim## Quick Start
run `./bootstrap.sh`, which will install dependencies and create symlinks## 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