Skip to content

mauriciocruzp/terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

~ Mauwu's terminal configuration files ~

img

This is my personal terminal configuration files.

The setup section will guide you through the installation process.

Here are some details about my setup:


Setup.

Installation (Manual)

After cloning the repository, install the necessary dependencies to replicate by setup.

Arch Linux (and Arch-based distributions)

Assuming your AUR Helper is yay.

 $ yay -S kitty lsd bat

Then after the dependencies are installed, copy the files to it's respective folders.

Config
 $ mkdir -p $HOME/.config/kitty && cp -r ./config/kitty/* $HOME/.config/kitty
 $ cp -r ./zsh/.zshrc $HOME/

You will need to install this font.

  • HackNerdFont: here

Once finished copying the files, you might want to finalize the changes to your system.

 # Rebuilds the font cache
 $ fc-cache -fv

Lastly, restart kitty.