Skip to content

Instantly share code, notes, and snippets.

@JakubJecminek
JakubJecminek / installLatestTextadept.sh
Created April 1, 2018 08:29 — forked from ryanpcmcquen/.installLatestTextadept.sh
Install latest Textadept on Linux.
#!/bin/sh
# wget -N https://gist.githubusercontent.com/ryanpcmcquen/655cb3cc60f9d064738903e59504a5fd/raw/installLatestTextadept.sh -P /tmp/ && bash /tmp/installLatestTextadept.sh
APP="textadept"
APPSHORTCUT="ta"
if [ "$(getconf LONG_BIT)" = "32" ]; then
PKGARCH="i386"
else

#Introduction If you're a php developer on ubuntu, there comes the time where you have to install/reinstall your system. I did it already a few times and i decided to write down the steps for a typical web developer stack with php. This is for a developer machine and not for live environment!

I hope it's a help also for you!

#Installation stack

!-------------------------------------------------------------------------------
! Xft settings
!-------------------------------------------------------------------------------
Xft.dpi: 96
Xft.antialias: false
Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintslight