22 lines
383 B
Markdown
22 lines
383 B
Markdown
|
# dotfiles
|
||
|
|
||
|

|
||
|

|
||
|
|
||
|
Only works on Arch with Pipewire and NetworkManager.
|
||
|
|
||
|
To install:
|
||
|
|
||
|
```
|
||
|
cd ~
|
||
|
git init
|
||
|
git remote add origin git@github.com:midnadimple/dotfiles
|
||
|
git fetch
|
||
|
git checkout -f master
|
||
|
./install.sh
|
||
|
```
|
||
|
|
||
|
Logout and login.
|
||
|
|
||
|
Licensed under [MIT](LICENSE)
|