Skip to content

tsolar/dotfiles

Repository files navigation

My config files

Stuff I use

On Debian GNU/Linux:

sudo apt install stow

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

exa

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

Awesome WM

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

Usage

Clone this repo

git clone [email protected]: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...