/dotfiles

Primary LanguageShell

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 git@github.com: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

No sudo on global npm packages

Detailed instructions

mkdir ~/.npm-packages
npm config set prefix '~/.npm-packages'

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