This repository contains my personal configuration files and scripts.
I use these on a Manjaro and an Ubuntu
Here is a non exhaustive list of the programs I use:
You should be able to install this configuration by running
bash -c "$(wget -qO- https://raw.github.com/Nyquase/dotfiles/master/dotfiles)"
Or
bash -c "$(curl -fsSL https://raw.github.com/Nyquase/dotfiles/master/dotfiles)"
Or by cloning and running the script
git clone https://github.com/Nyquase/dotfiles.git ~/.dotfiles && cd ~/.dotfiles
./dotfiles
Or just cherry-pick the files you want :)