On Debian GNU/Linux:
sudo apt install stowrbenv (with rbenv gemsets)
TL;DR
curl -fsSL https://github.com/rbenv/rbenv-installer/raw/master/bin/rbenv-installer | bash
git clone git://github.com/jf/rbenv-gemset.git $HOME/.rbenv/plugins/rbenv-gemsetgit clone --depth=1 https://github.com/Bash-it/bash-it.git ~/.bash_it
~/.bash_it/install.shI use my own aliases on my .bashrc file. Please do not overwrite them
bash-it disable alias generalsudo apt install exaChange `0.36.0` to any other more recent version:
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.36.0/install.sh | bashI use the awesome window manager :)
sudo apt install awesomeAlso, with awesome I use some other software
sudo apt install picom redshift-gtk pasystray pavucontrol udiskie maim xdotoolClone this repo
git clone git@gitlab.com:tsolar/dotfiles.git $HOME/dotfilesBring the awesome config from its own repo
cd dotfiles
git submodule update --init --recursiveThen restore configs like:
cd $HOME/dotfiles
stow awesome bash xresources # etc...