you want to know more

Welcome to my blog. I am here to solve you problem.

Alacritty Themes Cli

What is alacritty? You can config your alacritty terminal by having a config file called alacritty.yml in your home folder like ~/.config/alacritty/alacritty.yml alacritty-themes CLI Configuring your terminal with yml files is definitely fun. But when it comes to customizing colors it definitely needs an intuitive tool for the job. That’s why I have created alacritty-themes for that. To find the list of themes, you can visit the alacritty wiki page...

November 19, 2022 · 2 min · 284 words · Me

How to add Font

How to add font in arch linux first download font add in this directories As you can see, directories that are scanned for font files are declared using the tag. The following directories are set by default: cd /usr/share/fonts Generating and updating the fonts cache To make the directories where fonts are stored re-scanned, and the font cache be re-created (typically we want to do this after we install a new font), we can use the fc-cache utility....

November 13, 2022 · 1 min · 151 words · Me

How to push Git

Introduction GitHub is a cloud-hosted Git management tool. Git is distributed version control, meaning the entire repository and history lives wherever you put it. People tend to use GitHub in their business or development workflow as a managed hosting solution for backups of their repositories. GitHub takes this even further by letting you connect with coworkers, friends, organizations, and more. In this tutorial, you will learn how to take an existing project you are working on and push it, so it also exists on GitHub....

November 7, 2022 · 3 min · 597 words · Me

How to setup yay in Arch linux

This guide will walk through the steps for installing yay (Yet another Yogurt) which is an AUR Helper. This will let you install packages from the AUR (Arch User Repository) in the same way you install packages from the Arch Repo with pacman. Update 2021-05-21: There is a new AUR Helper that has got a lot of traction. It’s called paru and works mostly the same but is written in Rust!...

October 20, 2022 · 1 min · 173 words · Me

How to install transmission

This guide show you how to install Transmission on Arch Linux and configure it with a kill switch so that Transmission will only download and upload using a specific IP address. For example a [WireGuard VPN]. The guide is based on the tutorial over at the [Transmission Wiki](https://githu on GitHub. Documentation for the config file can be found over at the GitHub Wiki page as well. Installation pacman -S transmission-cli Configuration Generate config file systemctl start transmission....

October 10, 2022 · 2 min · 331 words · Me