move apps section and clarify vscode install

This commit is contained in:
ducoterra
2023-08-02 09:52:38 -04:00
parent 1393649b97
commit 3c971835fe

56
arch.md
View File

@@ -485,8 +485,27 @@ vpn likely won't activate.
systemctl enable --now btrbk_snapshots.conf
```
### VSCode
For the open source version of code install `code`:
```bash
sudo pacman -S code
```
## Apps
| Name | Description |
| ---------------- | ------------------------- |
| base-devel | makepkg requirement |
| kubectl | kubernetes kubectl |
| wine | wine64 emulator |
| steam | steam |
| git | git |
| iperf3 | iperf3 network speedtest |
| spotify-launcher | official spotify launcher |
## Bashrc
~/.bashrc
@@ -607,40 +626,3 @@ If you want to downgrade to a kernel that wasn't previously installed:
1. Download linux... and linux-headers... from above
2. `pacman -U linux-x.x.x.arch1-1-x86_64.pkg.tar.zst linux-headers-x.x.x.arch1-1-x86_64.pkg.tar.zst`
3. `reboot`
## Packages
### Official
| name | purpose |
| ----------------------- | --------------------------------- |
| grub | boot loader |
| sudo | sudo privilege for non-root users |
| dhclient | dhcp client tool |
| dhcpcd | dhcp services |
| networkmanager | Gnome networking in settings |
| qemu-guest-agent | Auto resize |
| spice-vdagent | Clipboard |
| firefox | Firefox browser |
| gnome-browser-connector | Firefox gnome connector |
| base-devel | makepkg requirement |
| kubectl | kubernetes kubectl |
| wine | wine64 emulator |
| code | open source vscode |
| steam | steam |
| git | git |
| fprintd | fingerprint reader capability |
| tlp | power management |
| bluez | bluetooth |
| bluetoothctl | bluetooth |
| cups | cups printing daemon |
| avahi | .local address resolution |
| cups-pdf | ipp support for printers |
| xorg-xwayland | X server support |
| wireguard-tools | wireguard |
| iperf3 | iperf3 network speedtest |
### AUR
| name | purpose |
| ---------------- | -------------------------------- |