Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qubesome/sample-dotfiles
https://github.com/qubesome/sample-dotfiles
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/qubesome/sample-dotfiles
- Owner: qubesome
- License: apache-2.0
- Created: 2024-07-06T23:06:37.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-07T14:05:39.000Z (2 months ago)
- Last Synced: 2024-11-07T15:20:56.820Z (2 months ago)
- Language: Lua
- Size: 9.66 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sample-dotfiles
This repository contains examples of Qubesome profiles, covering window
managers: `i3` and `awesomewm`.## Quick Start
### Install```
go install github.com/qubesome/cli@latest
```### Start Profile
Start one of the two profiles (`i3` or `awesome`):
```
qubesome start -git https://github.com/qubesome/sample-dotfiles
```> **_NOTE:_** Press `Ctrl`+`Shift` to key and mouse grab in and out of
the Qubesome profiles.> **_NOTE 2:_** Each profile has a different `display` set in [qubesome.config](qubesome.config),
therefore their clipboards are isolated between themselves and the host.
To transfer clipboards between profiles use `qubesome clipboard`.## Usage
Check whether dependency requirements are met:
```
qubesome deps show
```Use a local copy, and if not found fallback to a fresh clone:
```
qubesome start -git https://github.com/qubesome/sample-dotfiles -local
```Copy clipboard from host to the i3 profile:
```
qubesome clipboard --from-host i3
```For more information on Qubesome usage, please refer to [qubesome/cli](https://github.com/qubesome/cli).
## Themes
The theme dotfiles used for these examples are based of:
### i3
https://github.com/Keyitdev/dotfiles/tree/v3
### awesome
https://github.com/WillPower3309/awesome-dotfiles## License
This repository is licensed under [Apache 2.0](LICENSE). All themes used
and their configurations have a license of their own, which can be found
at their respective Git repositories.