Skip to content

PineApple-Logic/zsh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zsh + tmux

My ZSH Config

Get Dependencies

sudo apt install lsd zsh

Fonts

Download and install any font from here

Finish the conversion by changing your user in /etc/passwd to /bin/zsh instead of /bin/bash

or typing chsh $USER and entering /bin/zsh

Setup

wget -O ~/.zshrc https://raw.githubusercontent.com/PineApple-Logic/zsh/clean/.zshrc
mkdir .zsh
wget -O ~/.zsh/aliases https://raw.githubusercontent.com/PineApple-Logic/zsh/refs/heads/clean/aliases
wget -O ~/.zsh/functions https://raw.githubusercontent.com/PineApple-Logic/zsh/refs/heads/clean/functions
zsh

image

Optional for tmux

sudo apt install tmux
wget -O ~/.tmux.conf https://raw.githubusercontent.com/PineApple-Logic/zsh/refs/heads/clean/.tmux.conf
mkdir -p ~/.config/tmux/plugins/catppuccin
git clone -b v2.1.2 https://github.com/catppuccin/tmux.git ~/.config/tmux/plugins/catppuccin/tmux
tmux

image

Credit

About

My ZSH Config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%