duncan-f / dotfiles

This is a repo to keep track of my config files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rice

Installed Packages

This is a list of the packages installed on my computer, you'll find my config files here.

  • i3-gaps/bspwm/dwm (window managers)
  • mpd/ncmpcpp (music)
  • bash/zsh (shell)
  • sxhkd (keybindings)
  • newsboat (rss reader)
  • calcurse (calendar)
  • feh (image viewer)
  • mpv (video player)
  • neomutt (e-mail client)
  • i3blocks/polybar (status bar)
  • ranger/vifm (file managers)
  • compton/xcompmgr (compositor)
  • tmux (terminal multiplexer)

Install Composer (Debian Distros)

$ php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
$ php composer-setup.php
$ php -r "unlink('composer-setup.php');"
$ sudo mv composer.phar /usr/local/bin/composer

Suckless tools

These are some suckless tools including dwm window manager:

  • dwm (config i use for my window manager)
  • st (suckless terminal)
  • dmenu (menu launcher that i use as password prompt too)

About

This is a repo to keep track of my config files.


Languages

Language:Shell 56.9%Language:Python 38.2%Language:Vim Script 4.9%Language:GDB 0.0%