Skip to content

smilix/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

My base configs.

Recommended tools

fzf

sudo apt install fzf
# or
git clone --depth 1 --no-tags --single-branch --branch 0.25.0 https://github.com/junegunn/fzf.git ~/.fzf && ~/.fzf/install --bin

exa

sudo apt install exa
# or
wget -O exa.zip https://github.com/ogham/exa/releases/download/v0.9.0/exa-linux-x86_64-0.9.0.zip
sudo unzip exa.zip -d /usr/local/bin/ && rm exa.zip
sudo mv /usr/local/bin/exa-linux* /usr/local/bin/exa

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published