File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
Operating Systems/Arch Linux Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 7
7
- linux/distro
8
8
---
9
9
<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
+ />
10
14
<h1 >Arch Linux Dotfiles</h1 >
11
15
<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 "
13
17
alt="Dotfiles"
14
18
/>
15
19
<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 "
17
21
alt="Scripts"
18
22
/>
19
23
<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 "
21
25
alt="Issues"
22
26
/>
23
27
<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 "
25
29
alt="Last Commit"
26
30
/>
27
31
</div >
Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ grub-mkconfig -o /boot/grub/grub.cfg
273
273
` <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.
274
274
275
275
``` bash
276
- echo < YOUR_HOSTNAME> /etc/hostname
276
+ echo < YOUR_HOSTNAME> > /etc/hostname
277
277
nano /etc/hosts
278
278
```
279
279
You can’t perform that action at this time.
0 commit comments