Skip to content

Instantly share code, notes, and snippets.

@AmmarCodes
Last active August 29, 2015 14:21
Show Gist options
  • Save AmmarCodes/3bd4353409c038579cfd to your computer and use it in GitHub Desktop.
Save AmmarCodes/3bd4353409c038579cfd to your computer and use it in GitHub Desktop.
Manjaro after installation stuff

Basics

  • If using Lenovo laptop, install wireless driver (linux40-broadcom-wl) or replace 40 with kernel version.
  • Install Slim (instead of LightDM), and sudo systemctl disable lightdm.service && sudo systemctl disable lightdm-plymouth.service. and configure it for default user.
  • Install git, openssh, fish.

Appearance

  • Install fonts; ms fonts, tahoma, droid-arabic, powerline, PT Mono (install it to ~/.local/share/fonts).
  • Instal infinality

Customization

  • Xfce panel - clock: set to %d %B - %I:%M %p
  • Google Chrome: set the default fonts to Droid Arabic Naskh
  • Power management; make lid close suspend by changing /etc/systemd/logind.conf line to: HandleLidSwitch=suspend

Development

SublimeText

  • install sublimetext 3
  • install package control.
  • use advance install from command palette to install the necessary packages simultantiously: Emmet, SublimeLinter, SideBarEnhancements, BracketHighlighter, SublimeCodeIntel, AlignTab, AdvancedNewFile, GitGutter, DocBlockr, WordPress, Laravel Blade Highlighter, SublimeLinter-php, Phpcs, Theme - Spaceblack, Theme - Spacegray.
  • Use this config for Phpcs plugin.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment