https://github.com/tylerbloom/my-setup
A collection of config files that I use.
https://github.com/tylerbloom/my-setup
alacritty-config i3wm-config nvim-config polybar-config vim-config
Last synced: 2 months ago
JSON representation
A collection of config files that I use.
- Host: GitHub
- URL: https://github.com/tylerbloom/my-setup
- Owner: TylerBloom
- License: unlicense
- Created: 2021-10-06T12:39:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-02T16:10:18.000Z (6 months ago)
- Last Synced: 2025-03-05T23:07:58.186Z (3 months ago)
- Topics: alacritty-config, i3wm-config, nvim-config, polybar-config, vim-config
- Language: Vim Script
- Homepage:
- Size: 158 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## About
The repo contains most of the dot and config files that I use day to
day. A short list of the services I use:
- Terminal: Alacritty
- Shell: Fish and Bash
- Windows Manager: i3
- Editor: neovim
- Status Bar: polybarI tend to use the gruvbox hard dark theme for most services. If you want
to use a different theme, I would reference [base-16](https://github.com/chriskempson/base16).There are branches for my different setups. The primary difference
between them is the polybar setup. My desktop setup has two monitors
while my laptop tends to only have one. 99% of the setup between these
branches is the same.## How to use
Every services has its own directory. Inside that directory are three
bash scripts: `setup.sh`, `gather.sh`, and `get_deps.sh`. These put
config files where they need to go, collect any changes to known config
files, and download and install any dependencies that are needed,
respectively.These scripts can be ran individually or all together via the scripts of
the same name at the root of this repo.