On Debian GNU/Linux:
sudo apt install stow
rbenv (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-gemset
git clone --depth=1 https://github.com/Bash-it/bash-it.git ~/.bash_it
~/.bash_it/install.sh
I use my own aliases on my .bashrc file. Please do not overwrite them
bash-it disable alias general
sudo apt install exa
Change `0.36.0` to any other more recent version:
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.36.0/install.sh | bash
I use the awesome window manager :)
sudo apt install awesome
Also, with awesome I use some other software
sudo apt install picom redshift-gtk pasystray pavucontrol udiskie maim xdotool
Clone this repo
git clone git@gitlab.com:tsolar/dotfiles.git $HOME/dotfiles
Bring the awesome config from its own repo
cd dotfiles
git submodule update --init --recursive
Then restore configs like:
cd $HOME/dotfiles
stow awesome bash xresources # etc...