Skip to content

bushblade/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Just my dotfiles 👨🏻‍💻

Install packages

... and a nice patched nerd font! - Victor Mono

Change shell to fish

chsh -s /bin/fish

Set Catppuccin theme for fish

fisher install catppuccin/fish
fish_config theme save "Catppuccin Mocha"

Clone the repo

git clone [email protected]:bushblade/dotfiles.git

Use GNU stow to create symlinks to config files

cd dotfiles
stow */

Get the Catppuccin theme for Alacritty

git clone https://github.com/catppuccin/alacritty.git ~/.config/alacritty/catppuccin

Install Node and npm with nvm

nvm install latest
nvm use latest

Note: With using nvm to install NodeJS then globally installed npm packages don't need or use sudo to install as they are installed in users home directory.

Setup file and image previews in nnn

Detailed instructions

install plugins for nnn

curl -Ls https://raw.githubusercontent.com/jarun/nnn/master/plugins/getplugs | sh

Add the following to ~/.profile

# previews in nnn
export NNN_FIFO=/tmp/nnn.fifo
export NNN_PLUG='p:preview-tui;g:getplugs;o:organize;'

Activate the plugin in nnn after launching nnn by hitting ;p Update plugins with ;g

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published