https://github.com/strixrox/dotconfig
Repo for all my Linux config files, wallpapers and setup scripts.
https://github.com/strixrox/dotconfig
Last synced: about 1 year ago
JSON representation
Repo for all my Linux config files, wallpapers and setup scripts.
- Host: GitHub
- URL: https://github.com/strixrox/dotconfig
- Owner: StrixROX
- Created: 2023-08-15T06:29:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-01T17:08:49.000Z (over 2 years ago)
- Last Synced: 2023-10-01T20:18:45.778Z (over 2 years ago)
- Language: Shell
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotconfig
Repo for all my Linux config files.
# Usage
1. Clone this repo and `cd` inside it.
```bash
git clone https://github.com/StrixROX/dotconfig.git
cd dotconfig
```
2. Make `setup.sh` executable.
```bash
chmod +x setup.sh
```
3. Run `setup.sh`.
```bash
./setup.sh
```
4. Follow the prompts!
# Dual-booting with Windows (Tips)
- If suffering from time synchronization problems after dual booting Linux and Windows, create a task in Windows Task Scheduler that runs [this batch script](https://gist.github.com/StrixROX/20ccc781fdd926e6fad43d94dc492c81) on startup before login. Contents of the batch script are shown below:
```batch
w32tm /resync /nowait
```