Skip to content

Latest commit

 

History

History

Archlinux

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

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/Terminal
cp Terminal/.config/alacritty/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 Terminal/.config/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

Change the user default shell.

chsh -s /bin/fish