Skip to content

Instantly share code, notes, and snippets.

View kritoke's full-sized avatar

Matt kritoke

View GitHub Profile
@kritoke
kritoke / install_elixir.md
Created July 30, 2020 11:05 — forked from rubencaro/install_elixir.md
Elixir installation guide

Elixir installation guide

Version numbers should be the ones you want. Here I do it with the last ones available at the moment of writing.

The simplest way to install elixir is using your package manager. Sadly, at the time of writing only Fedora shows the intention to keep its packages up to date. There you can simply sudo dnf install erlang elixir and you are good to go.

Anyway, if you intend to work with several versions of erlang or elixir at the same time, or you are tied to a specific version, you will need to compile it yourself. Then asdf is your best friend.

@kritoke
kritoke / setup_tailwind_in_phoenix.md
Created August 9, 2020 20:51 — forked from josephan/setup_tailwind_in_phoenix.md
Add Tailwind CSS to an Elixir/Phoenix Project with PurgeCSS
@kritoke
kritoke / OhMyPosh SetupGuide.md
Created November 16, 2020 17:28 — forked from gregmac/OhMyPosh SetupGuide.md
Oh-my-posh Config
@kritoke
kritoke / freebsd-install-notes.txt
Created December 17, 2024 11:49
FreeBSD Desktop Install and Tuning Notes
pkg update
freebsd-update fetch
freebsd-update install
pkg install drm-kmod
sysrc kld_list+=i915kms
pkg install libva-intel-driver mesa-libs mesa-dri