These are my configuration files which should allow you with little knowledge to rice your Linux desktop. This repository makes it easy to install individual configurations or all configurations. Also all configurations are symlinked to cloned repository after installation so creating your own fork or sending pull requests is a breeze.
I seen a lots of dotfiles
repositories but nobody seems to be using Makefile
. Using Makefile
makes it much easier to handle these kinds of operations instead of a bootstrap
installer script.
emacs
vifm
youtube-viewer
i3-gaps
i3blocks
mpd
ncmpcpp
tmux
powerline
fish
neomutt
mpd
ncmpcpp
mc
transmission-daemon
mplayer
st
conky
rofi
sudo apt-get install -y wget \
python \
make \
neomutt \
mpd \
mc \
ncmpcpp \
transmission \
mplayer \
conky \
i3-gaps \
youtube-viewer \
emacs \
tmux \
rofi
make build
make install
📓 You can also use different make targets for each program you wish to install configuations for i.e. make install-emacs
.
make uninstall
Enjoy 🍻