Skip to content

lillypad/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lillypad's dotfiles

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.

Programs

Dependencies

sudo apt-get install -y wget \
                        python \
                        make \
                        neomutt \
                        mpd \
                        mc \
                        ncmpcpp \
                        transmission \
                        mplayer \
                        conky \
                        i3-gaps \
                        youtube-viewer \
                        emacs \
                        tmux \
                        rofi

Screenshots

Screenshot

Build

make build

Install

make install

📓 You can also use different make targets for each program you wish to install configuations for i.e. make install-emacs.

Uninstall

make uninstall

Enjoy 🍻