https://github.com/toxblh/dotfiles
⚙️ .files
https://github.com/toxblh/dotfiles
Last synced: over 1 year ago
JSON representation
⚙️ .files
- Host: GitHub
- URL: https://github.com/toxblh/dotfiles
- Owner: Toxblh
- Created: 2020-03-04T08:20:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-12T18:40:16.000Z (over 1 year ago)
- Last Synced: 2025-04-02T22:33:12.368Z (over 1 year ago)
- Language: Shell
- Size: 3.4 MB
- Stars: 20
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Toxblh dotfiles
## How to use (linux)
- `./backup.sh` for backup all configs in list.conf
- `./restore.sh` for restore all configs in .config folder
## Operating Systems:
- MacOS
- Linux (Manjaro/Arch)
Linux desktop

# How to install arch with script
0. Download Arch ISO, to burn it to flash and restart with the usb stick
1. Check internet like `ping ya.ru`. If need wifi:
```
> iwctl
device list
station %device% scan
station %device% get-networks
station %device% connect %SSID%
```
2. `curl -L -o install.sh https://bit.ly/2YLvWO1`
3. `nano install.sh` change here user|password|device|hostname to you
4. `chmod +x ./install.sh`
5. `./install.sh`