https://github.com/flabbet/dotfiles
https://github.com/flabbet/dotfiles
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flabbet/dotfiles
- Owner: flabbet
- Created: 2024-08-26T19:45:37.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-22T21:03:48.000Z (over 1 year ago)
- Last Synced: 2025-02-22T22:19:23.474Z (over 1 year ago)
- Language: Nix
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Init submodules first
## ROFI:
```
cd rofi
chmod +x setup.sh
./setup.sh
```
config the style in `/.config/rofi/launchers/type-5/launcher.sh`, I use 4
## rclone
put gdrive-config.conf inside `/etc/nixos/`
```
[gdrive]
type = drive
scope = drive
token = {"access_token":"","token_type":"","refresh_token":"","expiry":""}
team_drive =
```