UnixPorn

From Bitpost wiki
Revision as of 15:05, 21 November 2016 by M (talk | contribs) (Created page with "* great code font: ** https://github.com/andreberg/Meslo-Font ** As root, copy ttf fonts anywhere under /usr/share/fonts, and run [sudo fc-cache -fv] to search and update the...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  • great code font:
    • https://github.com/andreberg/Meslo-Font
    • As root, copy ttf fonts anywhere under /usr/share/fonts, and run [sudo fc-cache -fv] to search and update the font cache
    • I installed both of them: LG stands for line-gap; DZ stands for dotted-zero
    • They are here now: /home/m/development/config/common/usr/share/fonts/Meslo LG v1.2.1
    • I am using Meslo LG S, 10pt as my default code font (QtCreator, Eclipse)
  • solarize Qt:
    • There are three scattered ones, I took this and made line numbers and background quieter
    • See it here: ~/development/config/common/home/m/.config/QtProject/qtcreator/styles/mdm-solarized-from-curonian.xml
  • Toggle function keys into "fkeysfirst" mode
  • Albert task runner
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt-get update
sudo apt-get install albert
  • i3-gaps
# install dev stuff needed to build it
sudo apt-get install libxcb1-dev libxcb-keysyms1-dev libpango1.0-dev libxcb-util0-dev libxcb-icccm4-dev libyajl-dev libstartup-notification0-dev libxcb-randr0-dev libev-dev libxcb-cursor-dev libxcb-xinerama0-dev libxcb-xkb-dev libxkbcommon-dev libxkbcommon-x11-dev
cd development
git clone https://www.github.com/Airblader/i3 i3-gaps
cd i3-gaps
git checkout gaps && git pull # this branch is the one that is stable (and builds)
make
sudo make install