Merge Arch config as main #1
1 changed files with 22 additions and 13 deletions
35
README.md
35
README.md
|
|
@ -13,6 +13,7 @@ Connect to wifi...
|
||||||
```
|
```
|
||||||
iwctl
|
iwctl
|
||||||
```
|
```
|
||||||
|
|
||||||
Test connection with `ping google.ca`
|
Test connection with `ping google.ca`
|
||||||
|
|
||||||
Run the arch install command
|
Run the arch install command
|
||||||
|
|
@ -20,6 +21,7 @@ Run the arch install command
|
||||||
```shell
|
```shell
|
||||||
archinstall
|
archinstall
|
||||||
```
|
```
|
||||||
|
|
||||||
Running through the options...
|
Running through the options...
|
||||||
|
|
||||||
- Disc config: Best-effort
|
- Disc config: Best-effort
|
||||||
|
|
@ -32,22 +34,31 @@ Running through the options...
|
||||||
|
|
||||||
Install...
|
Install...
|
||||||
|
|
||||||
|
### Enable multilib
|
||||||
|
|
||||||
|
```conf
|
||||||
|
/etc/pacman.conf
|
||||||
|
--------------------
|
||||||
|
[multilib]
|
||||||
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
```
|
||||||
|
|
||||||
### TODO
|
### TODO
|
||||||
|
|
||||||
- [ ] zsh Configuration
|
- [ ] zsh Configuration
|
||||||
- [ ] scripted setup
|
- [ ] scripted setup
|
||||||
- [ ] pacman packages
|
- [ ] pacman packages
|
||||||
- [ ] yay packages
|
- [ ] yay packages
|
||||||
- [ ] brew packages
|
- [ ] brew packages
|
||||||
- [ ] aliases
|
- [ ] aliases
|
||||||
- [ ] symlinks
|
- [ ] symlinks
|
||||||
- [ ] hyprland Configuration
|
- [ ] hyprland Configuration
|
||||||
- [ ] waybar
|
- [ ] waybar
|
||||||
- [ ] hyprpaper
|
- [ ] hyprpaper
|
||||||
- [ ] swaylock/hyprlock
|
- [ ] swaylock/hyprlock
|
||||||
- [ ] swayidle/hypridle
|
- [ ] swayidle/hypridle
|
||||||
- [ ] keybindings
|
- [ ] keybindings
|
||||||
- [ ] wlogout
|
- [ ] wlogout
|
||||||
|
|
||||||
## Packages
|
## Packages
|
||||||
|
|
||||||
|
|
@ -98,5 +109,3 @@ This is a list of packages sorted by the package manager used to install them al
|
||||||
- zsh-completions - zsh plugin that adds CLI completions
|
- zsh-completions - zsh plugin that adds CLI completions
|
||||||
- zsh-autosuggestions - zsh that adds suggestions
|
- zsh-autosuggestions - zsh that adds suggestions
|
||||||
- asdf - runtime manager (nodejs, python, bun, etc...)
|
- asdf - runtime manager (nodejs, python, bun, etc...)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue