Skip to content

Commit a34aa92

Browse files
committed
feat(arch): update images
Signed-off-by: chris1320 <chris1320is@protonmail.com>
1 parent cb7233a commit a34aa92

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

Operating Systems/Arch Linux/Arch Linux.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,25 @@ tags:
77
- linux/distro
88
---
99
<div align="center">
10+
<img
11+
src="https://archlinux.org/static/logos/archlinux-logo-dark-scalable.518881f04ca9.svg"
12+
alt="Arch Linux Logo" width="75%"
13+
/>
1014
<h1>Arch Linux Dotfiles</h1>
1115
<img
12-
src="https://img.shields.io/github/directory-file-count/SetupGuides/ArchLinux/dotfiles?color=%23cba6f7&label=Dotfiles&style=for-the-badge"
16+
src="https://img.shields.io/github/directory-file-count/Chris1320/SetupGuides-ArchLinux/dotfiles?color=%23cba6f7&label=Dotfiles&style=for-the-badge"
1317
alt="Dotfiles"
1418
/>
1519
<img
16-
src="https://img.shields.io/github/directory-file-count/SetupGuides/ArchLinux/scripts?color=%23b4befe&label=Scripts&style=for-the-badge"
20+
src="https://img.shields.io/github/directory-file-count/Chris1320/SetupGuides-ArchLinux/scripts?color=%23b4befe&label=Scripts&style=for-the-badge"
1721
alt="Scripts"
1822
/>
1923
<img
20-
src="https://img.shields.io/github/issues-raw/SetupGuides/ArchLinux?color=%23f38ba8&style=for-the-badge"
24+
src="https://img.shields.io/github/issues-raw/Chris1320/SetupGuides-ArchLinux?color=%23f38ba8&style=for-the-badge"
2125
alt="Issues"
2226
/>
2327
<img
24-
src="https://img.shields.io/github/last-commit/SetupGuides/ArchLinux?color=%23f9e2af&style=for-the-badge"
28+
src="https://img.shields.io/github/last-commit/Chris1320/SetupGuides-ArchLinux?color=%23f9e2af&style=for-the-badge"
2529
alt="Last Commit"
2630
/>
2731
</div>

Operating Systems/Arch Linux/Contents/System Installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ grub-mkconfig -o /boot/grub/grub.cfg
273273
`<YOUR_HOSTNAME>` will be the name of your machine. Change it to whatever you like, but following [RFC1178](https://tools.ietf.org/html/rfc1178) is recommended.
274274

275275
```bash
276-
echo <YOUR_HOSTNAME> /etc/hostname
276+
echo <YOUR_HOSTNAME> > /etc/hostname
277277
nano /etc/hosts
278278
```
279279

0 commit comments

Comments
 (0)