Skip to content

ProgrammingRainbow/Terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Installing Alacritty and Fish

Installing Alacritty

sudo pacman -S --needed alacritty 

Add color themes to alacritty

mkdir -p ~/.config/alacritty/themes git clone https://github.com/alacritty/alacritty-theme ~/.config/alacritty/themes 

Install a Nerd Font.

sudo pacman -S --needed ttf-jetbrains-mono-nerd 

Add a default config for alacritty.

cd git clone https://github.com/ProgrammingRainbow/Alacritty-Fish 
cp Alacritty-Fish/alacritty.toml ~/.config/alacritty/alacritty.toml 

Installing Fish

sudo pacman -S --needed fish 

Add a default config file for fish.

mkdir -p ~/.config/fish/config.fish cp Alacritty-Fish/config.fish ~/.config/fish/config.fish 

Install eza, a replacement for ls.

sudo pacman -S --needed eza 

Install starship shell prompt.

sudo pacman -S --needed starship 

Build and install shell-color-scripts.

git clone https://gitlab.com/dwt1/shell-color-scripts.git cd shell-color-scripts makepkg -i 
sudo pacman -R alacritty ttf-jetbrains-mono-nerd fish eza libgit2 http-parser starship shell-color-scripts 

About

Setting up Alacritty, Fish and Nerd Fonts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages