https://github.com/spearkkk/dotfiles
https://github.com/spearkkk/dotfiles
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/spearkkk/dotfiles
- Owner: spearkkk
- Created: 2025-07-08T11:29:18.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-08-08T14:18:50.000Z (5 months ago)
- Last Synced: 2025-08-08T16:13:45.511Z (5 months ago)
- Language: Shell
- Size: 19.2 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Install
```shell
chmod +x ./install.sh
```
```shell
# install
./install.sh
```
### Bootsrap
```shell
# --work or --personal
./bootstrap.fish
```
```bash
# Create symbolic links for all dotfiles (recommended)
stow --ignore='(\.DS_Store$)|resources' --verbose --restow --target="$HOME" .
# Alternative: Use short flags
stow --ignore='(\.DS_Store$)|resources' -v -R -t "$HOME" .
```
```shell
chmod +x ~/.config/sketchybar/plugins/*
```
```shell
open -a Aerospace
```
[] Set [wallpaper](https://basicappleguy.com/basicappleblog/on-wallpapers)
[] Set [font](https://github.com/SoichiroYamane/sketchybar-app-font-bg)
```shell
sketchybar --reload
```