summaryrefslogtreecommitdiff
path: root/www/posts/arch/atom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'www/posts/arch/atom.xml')
-rw-r--r--www/posts/arch/atom.xml30
1 files changed, 15 insertions, 15 deletions
diff --git a/www/posts/arch/atom.xml b/www/posts/arch/atom.xml
index e7fd215..b0a122d 100644
--- a/www/posts/arch/atom.xml
+++ b/www/posts/arch/atom.xml
@@ -2,13 +2,13 @@
<feed xmlns="http://www.w3.org/2005/Atom">
<title type="text">The Home of David T. Sadler - All Posts About Arch</title>
<id>https://davidtsadler.com/posts/arch/atom.xml</id>
- <link rel="alternate" type="text/html" href="https://davidtsadler.com/posts/arch/index.html"/>
+ <link rel="alternate" type="text/html" href="https://davidtsadler.com/posts/arch/"/>
<link rel="self" type="application/atom+xml" href="https://davidtsadler.com/posts/arch/atom.xml"/>
<updated>2020-09-07T12:00:00Z</updated>
<entry>
<title type="text">Installing Zsh and Powerlevel10k on Arch Linux</title>
- <id>https://davidtsadler.com/posts/arch/2020-09-07/installing-zsh-and-powerlevel10k-on-arch-linux/index.html</id>
- <link rel="alternate" type="text/html" href="https://davidtsadler.com/posts/arch/2020-09-07/installing-zsh-and-powerlevel10k-on-arch-linux/index.html"/>
+ <id>https://davidtsadler.com/posts/arch/2020-09-07/installing-zsh-and-powerlevel10k-on-arch-linux/</id>
+ <link rel="alternate" type="text/html" href="https://davidtsadler.com/posts/arch/2020-09-07/installing-zsh-and-powerlevel10k-on-arch-linux/"/>
<author><name>David T. Sadler.</name></author>
<published>2020-09-07T12:00:00Z</published>
<updated>2020-09-07T12:00:00Z</updated>
@@ -26,8 +26,8 @@ $ zsh-newuser-install -f&lt;/code&gt;&lt;/pre&gt;&lt;h2&gt;Changing The Default
/bin/ksh&lt;/code&gt;&lt;/pre&gt;&lt;h2&gt;Installing Powerlevel10k&lt;/h2&gt;&lt;p&gt;Powerlevel10k is a theme for Zsh and in order to make the most of it you should install the Meslo Nerd Font that has been patched for Powerlevel10k.&lt;/p&gt;&lt;pre&gt;&lt;code class=&quot;shell&quot;&gt;$ yay -Sy --noconfirm ttf-meslo-nerd-font-powerlevel10k&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;You need to configure your terminal to use this font. How this is done is dependant upon what terminal you are using. Since I use st from suckless I need to edit the file config.h and specify MesloLGS NF in the font settings.&lt;/p&gt;&lt;pre&gt;&lt;code class=&quot;shell&quot;&gt;static char *font = &amp;quot;MesloLGS NF:pixelsize=14:antialias=true:autohint=true&amp;quot;;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Before rebuilding st.&lt;/p&gt;&lt;pre&gt;&lt;code class=&quot;shell&quot;&gt;$ sudo make install&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Now that the dependences have been meet Powerlevel10k can be installed.&lt;/p&gt;&lt;pre&gt;&lt;code class=&quot;shell&quot;&gt;$ yay -Sy --noconfirm zsh-theme-powerlevel10k-git&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Once it has been installed ensure that Zsh loads Powerlevel10k.&lt;/p&gt;&lt;pre&gt;&lt;code class=&quot;shell&quot;&gt;$ echo 'source /usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme' &amp;gt;&amp;gt;! ~/.zshrc&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;You can now open a new terminal which will start the Powerlevel10k configuration wizard. This will ask you a few questions and configure your prompt. If it doesn't trigger automatically, type p10k configure.&lt;/p&gt;&lt;p&gt;Once the configuration wizard has finished open a new terminal and you should see the Powerlevel10k theme been used.&lt;/p&gt;&lt;h3&gt;Links&lt;/h3&gt;&lt;a href=&quot;/posts/arch/2020-05-25/installing-arch-linux-on-a-x220-thinkpad/&quot;&gt;Installing Arch Linux on a Thinkpad X220.&lt;/a&gt;&lt;a href=&quot;https://www.zsh.org/&quot;&gt;Zsh.&lt;/a&gt;&lt;a href=&quot;https://github.com/romkatv/powerlevel10k/&quot;&gt;Powerlevel10k.&lt;/a&gt;&lt;a href=&quot;https://st.suckless.org/&quot;&gt;Simple Terminal.&lt;/a&gt;&lt;a href=&quot;/posts/arch/&quot;&gt;Arch - Read More Posts.&lt;/a&gt;&lt;p&gt;I don't have comments as I don't want to manage them. You can however contact me at the below address if you want to.&lt;/p&gt;&lt;a href=&quot;mailto:david@davidtsadler.com&quot;&gt;Email david@davidtsadler.com&lt;/a&gt;&lt;h3&gt;License&lt;/h3&gt;&lt;a href=&quot;https://creativecommons.org/licenses/by-sa/4.0/&quot;&gt;The contents of this site is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.&lt;/a&gt;&lt;p&gt;Copyright © 2021 David T. Sadler.&lt;/p&gt;&lt;a href=&quot;/&quot;&gt;Return to Homepage.&lt;/a&gt;</content>
</entry><entry>
<title type="text">Enabling Audio in Arch Linux</title>
- <id>https://davidtsadler.com/posts/arch/2020-08-31/enabling-audio-in-arch-linux/index.html</id>
- <link rel="alternate" type="text/html" href="https://davidtsadler.com/posts/arch/2020-08-31/enabling-audio-in-arch-linux/index.html"/>
+ <id>https://davidtsadler.com/posts/arch/2020-08-31/enabling-audio-in-arch-linux/</id>
+ <link rel="alternate" type="text/html" href="https://davidtsadler.com/posts/arch/2020-08-31/enabling-audio-in-arch-linux/"/>
<author><name>David T. Sadler.</name></author>
<published>2020-08-31T12:00:00Z</published>
<updated>2020-08-31T12:00:00Z</updated>
@@ -38,8 +38,8 @@ $ amixer sset Speaker 100%
$ amixer sset Headphone 100%&lt;/code&gt;&lt;/pre&gt;&lt;h2&gt;Unmute with Alsamixer&lt;/h2&gt;&lt;p&gt;If you prefer a more intuitive ncurses interface you can use alsamixer.&lt;/p&gt;&lt;pre&gt;&lt;code class=&quot;shell&quot;&gt;$ alsamixer&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Channels that are muted will have the MM label below them. Unmuted channels have 00.&lt;/p&gt;&lt;p&gt;Use the ← and → keys to scroll to the muted channel and press m to unmute it.&lt;/p&gt;&lt;p&gt;The volume can be increased and decreased with the ↑ and ↓ keys.&lt;/p&gt;&lt;h3&gt;Links&lt;/h3&gt;&lt;a href=&quot;/posts/arch/2020-05-25/installing-arch-linux-on-a-x220-thinkpad/&quot;&gt;Installing Arch Linux on a Thinkpad X220.&lt;/a&gt;&lt;a href=&quot;/posts/arch/&quot;&gt;Arch - Read More Posts.&lt;/a&gt;&lt;p&gt;I don't have comments as I don't want to manage them. You can however contact me at the below address if you want to.&lt;/p&gt;&lt;a href=&quot;mailto:david@davidtsadler.com&quot;&gt;Email david@davidtsadler.com&lt;/a&gt;&lt;h3&gt;License&lt;/h3&gt;&lt;a href=&quot;https://creativecommons.org/licenses/by-sa/4.0/&quot;&gt;The contents of this site is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.&lt;/a&gt;&lt;p&gt;Copyright © 2021 David T. Sadler.&lt;/p&gt;&lt;a href=&quot;/&quot;&gt;Return to Homepage.&lt;/a&gt;</content>
</entry><entry>
<title type="text">Pacman Cheat Sheet For Ubuntu Users</title>
- <id>https://davidtsadler.com/posts/arch/2020-08-24/pacman-cheat-sheet-for-ubuntu-users/index.html</id>
- <link rel="alternate" type="text/html" href="https://davidtsadler.com/posts/arch/2020-08-24/pacman-cheat-sheet-for-ubuntu-users/index.html"/>
+ <id>https://davidtsadler.com/posts/arch/2020-08-24/pacman-cheat-sheet-for-ubuntu-users/</id>
+ <link rel="alternate" type="text/html" href="https://davidtsadler.com/posts/arch/2020-08-24/pacman-cheat-sheet-for-ubuntu-users/"/>
<author><name>David T. Sadler.</name></author>
<published>2020-08-24T12:00:00Z</published>
<updated>2020-08-24T12:00:00Z</updated>
@@ -68,8 +68,8 @@ $ pacman -Scc&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Free up disk space by removing fr
$ pacman -Qdtq | pacman -Rs -&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Remove dependencies that are no longer needed, because e.g. the package which needed the dependencies was removed.&lt;/p&gt;&lt;h3&gt;Links&lt;/h3&gt;&lt;a href=&quot;/posts/arch/2020-05-25/installing-arch-linux-on-a-x220-thinkpad/&quot;&gt;Installing Arch Linux on a Thinkpad X220.&lt;/a&gt;&lt;a href=&quot;/posts/arch/&quot;&gt;Arch - Read More Posts.&lt;/a&gt;&lt;p&gt;I don't have comments as I don't want to manage them. You can however contact me at the below address if you want to.&lt;/p&gt;&lt;a href=&quot;mailto:david@davidtsadler.com&quot;&gt;Email david@davidtsadler.com&lt;/a&gt;&lt;h3&gt;License&lt;/h3&gt;&lt;a href=&quot;https://creativecommons.org/licenses/by-sa/4.0/&quot;&gt;The contents of this site is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.&lt;/a&gt;&lt;p&gt;Copyright © 2021 David T. Sadler.&lt;/p&gt;&lt;a href=&quot;/&quot;&gt;Return to Homepage.&lt;/a&gt;</content>
</entry><entry>
<title type="text">Installing ST, DMENU and DWM in Arch Linux</title>
- <id>https://davidtsadler.com/posts/arch/2020-08-17/installing-st-dmenu-dwm-in-arch-linux/index.html</id>
- <link rel="alternate" type="text/html" href="https://davidtsadler.com/posts/arch/2020-08-17/installing-st-dmenu-dwm-in-arch-linux/index.html"/>
+ <id>https://davidtsadler.com/posts/arch/2020-08-17/installing-st-dmenu-dwm-in-arch-linux/</id>
+ <link rel="alternate" type="text/html" href="https://davidtsadler.com/posts/arch/2020-08-17/installing-st-dmenu-dwm-in-arch-linux/"/>
<author><name>David T. Sadler.</name></author>
<published>2020-08-17T12:00:00Z</published>
<updated>2020-08-17T12:00:00Z</updated>
@@ -85,8 +85,8 @@ $ sudo make install&lt;/code&gt;&lt;/pre&gt;&lt;h2&gt;Configure and Install DWM&
$ sudo make install&lt;/code&gt;&lt;/pre&gt;&lt;h2&gt;Starting DWM&lt;/h2&gt;&lt;p&gt;Since I have installed xorg-xinit I need to create a .xinitrc in my home folder.&lt;/p&gt;&lt;pre&gt;&lt;code class=&quot;shell&quot;&gt;$ nvim ~/.xinitrc&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;The contents of this file is just.&lt;/p&gt;&lt;pre&gt;&lt;code class=&quot;vim&quot;&gt;exec dwm&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;I can now start xorg and dwm with the below command.&lt;/p&gt;&lt;pre&gt;&lt;code class=&quot;shell&quot;&gt;$ startx&lt;/code&gt;&lt;/pre&gt;&lt;h3&gt;Links&lt;/h3&gt;&lt;a href=&quot;/posts/arch/2020-05-25/installing-arch-linux-on-a-x220-thinkpad/&quot;&gt;Installing Arch Linux on a Thinkpad X220.&lt;/a&gt;&lt;a href=&quot;https://dwm.suckless.org/&quot;&gt;Dynamic Window Manager (DWM).&lt;/a&gt;&lt;a href=&quot;https://suckless.org/&quot;&gt;Suckless Software.&lt;/a&gt;&lt;a href=&quot;https://st.suckless.org/&quot;&gt;Simple Terminal.&lt;/a&gt;&lt;a href=&quot;https://tools.suckless.org/dmenu/&quot;&gt;DMenu.&lt;/a&gt;&lt;a href=&quot;/posts/arch/&quot;&gt;Arch - Read More Posts.&lt;/a&gt;&lt;p&gt;I don't have comments as I don't want to manage them. You can however contact me at the below address if you want to.&lt;/p&gt;&lt;a href=&quot;mailto:david@davidtsadler.com&quot;&gt;Email david@davidtsadler.com&lt;/a&gt;&lt;h3&gt;License&lt;/h3&gt;&lt;a href=&quot;https://creativecommons.org/licenses/by-sa/4.0/&quot;&gt;The contents of this site is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.&lt;/a&gt;&lt;p&gt;Copyright © 2021 David T. Sadler.&lt;/p&gt;&lt;a href=&quot;/&quot;&gt;Return to Homepage.&lt;/a&gt;</content>
</entry><entry>
<title type="text">Granting Sudo Access to a User in Arch Linux</title>
- <id>https://davidtsadler.com/posts/arch/2020-06-22/granting-sudo-access-to-a-user-in-arch-linux/index.html</id>
- <link rel="alternate" type="text/html" href="https://davidtsadler.com/posts/arch/2020-06-22/granting-sudo-access-to-a-user-in-arch-linux/index.html"/>
+ <id>https://davidtsadler.com/posts/arch/2020-06-22/granting-sudo-access-to-a-user-in-arch-linux/</id>
+ <link rel="alternate" type="text/html" href="https://davidtsadler.com/posts/arch/2020-06-22/granting-sudo-access-to-a-user-in-arch-linux/"/>
<author><name>David T. Sadler.</name></author>
<published>2020-06-22T12:00:00Z</published>
<updated>2020-06-22T12:00:00Z</updated>
@@ -95,8 +95,8 @@ $ sudo make install&lt;/code&gt;&lt;/pre&gt;&lt;h2&gt;Starting DWM&lt;/h2&gt;&lt
/home/david&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Since I wasn't prompted for my password and the command was executed I knew that I now had sudo access.&lt;/p&gt;&lt;h3&gt;Links&lt;/h3&gt;&lt;a href=&quot;/posts/arch/2020-06-15/adding-a-user-in-arch-linux/&quot;&gt;Adding a User in Arch Linux.&lt;/a&gt;&lt;a href=&quot;/posts/arch/&quot;&gt;Arch - Read More Posts.&lt;/a&gt;&lt;p&gt;I don't have comments as I don't want to manage them. You can however contact me at the below address if you want to.&lt;/p&gt;&lt;a href=&quot;mailto:david@davidtsadler.com&quot;&gt;Email david@davidtsadler.com&lt;/a&gt;&lt;h3&gt;License&lt;/h3&gt;&lt;a href=&quot;https://creativecommons.org/licenses/by-sa/4.0/&quot;&gt;The contents of this site is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.&lt;/a&gt;&lt;p&gt;Copyright © 2021 David T. Sadler.&lt;/p&gt;&lt;a href=&quot;/&quot;&gt;Return to Homepage.&lt;/a&gt;</content>
</entry><entry>
<title type="text">Adding a User in Arch Linux</title>
- <id>https://davidtsadler.com/posts/arch/2020-06-15/adding-a-user-in-arch-linux/index.html</id>
- <link rel="alternate" type="text/html" href="https://davidtsadler.com/posts/arch/2020-06-15/adding-a-user-in-arch-linux/index.html"/>
+ <id>https://davidtsadler.com/posts/arch/2020-06-15/adding-a-user-in-arch-linux/</id>
+ <link rel="alternate" type="text/html" href="https://davidtsadler.com/posts/arch/2020-06-15/adding-a-user-in-arch-linux/"/>
<author><name>David T. Sadler.</name></author>
<published>2020-06-15T12:00:00Z</published>
<updated>2020-06-15T12:00:00Z</updated>
@@ -110,8 +110,8 @@ Password:
david@suliman:$&lt;/code&gt;&lt;/pre&gt;&lt;h3&gt;Links&lt;/h3&gt;&lt;a href=&quot;/posts/arch/2020-05-25/installing-arch-linux-on-a-x220-thinkpad/&quot;&gt;Installing Arch Linux on a Thinkpad X220.&lt;/a&gt;&lt;a href=&quot;/posts/arch/&quot;&gt;Arch - Read More Posts.&lt;/a&gt;&lt;p&gt;I don't have comments as I don't want to manage them. You can however contact me at the below address if you want to.&lt;/p&gt;&lt;a href=&quot;mailto:david@davidtsadler.com&quot;&gt;Email david@davidtsadler.com&lt;/a&gt;&lt;h3&gt;License&lt;/h3&gt;&lt;a href=&quot;https://creativecommons.org/licenses/by-sa/4.0/&quot;&gt;The contents of this site is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.&lt;/a&gt;&lt;p&gt;Copyright © 2021 David T. Sadler.&lt;/p&gt;&lt;a href=&quot;/&quot;&gt;Return to Homepage.&lt;/a&gt;</content>
</entry><entry>
<title type="text">Installing Arch Linux on a Thinkpad X220</title>
- <id>https://davidtsadler.com/posts/arch/2020-05-25/installing-arch-linux-on-a-thinkpad-x220/index.html</id>
- <link rel="alternate" type="text/html" href="https://davidtsadler.com/posts/arch/2020-05-25/installing-arch-linux-on-a-thinkpad-x220/index.html"/>
+ <id>https://davidtsadler.com/posts/arch/2020-05-25/installing-arch-linux-on-a-thinkpad-x220/</id>
+ <link rel="alternate" type="text/html" href="https://davidtsadler.com/posts/arch/2020-05-25/installing-arch-linux-on-a-thinkpad-x220/"/>
<author><name>David T. Sadler.</name></author>
<published>2020-05-25T12:00:00Z</published>
<updated>2020-05-25T12:00:00Z</updated>