/dotfiles-old

my personal dotfiles. useful to me, maybe to you.

Primary LanguageVim Script

usage

./install

whee

related packages

all in one go

## packaged stuff
# ubuntu
sudo apt-add-repository ppa:fish-shell/release-3
sudo apt install build-essential fish icdiff neovim ranger tmux
# arch
sudo pacman -Sy base-devel fish neovim ranger tmux
yay icdiff

## rustup
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

## rust-based utils
cargo install exa fd-find ripgrep

maintenance

git submodule update --recursive --remote