Skip to content

Instantly share code, notes, and snippets.

View guemidiborhane's full-sized avatar
👷‍♂️
Pretending to work on something important

Borhaneddine Guemidi guemidiborhane

👷‍♂️
Pretending to work on something important
View GitHub Profile
@guemidiborhane
guemidiborhane / install-arch-linux-lvm-luks-dell-xps-15-7590.md
Created June 2, 2024 09:57 — forked from chrisleekr/install-arch-linux-lvm-luks-dell-xps-15-7590.md
Install Arch Linux with Full Disk Encryption (LVM on LUKS) for Dell XPS 15 7590
@guemidiborhane
guemidiborhane / tmuxme
Created February 5, 2016 23:28
This is my setup for working on rails projects in vi and tmux. Thanks to http://www.tofu.org/drupal/node/183 for inspiration. If it isn't a rails project, just open the directory with default tmux stuff.
#!/bin/bash
#
# Usage: tmuxme
# creates a tmux session with the name of the current directory
# if the current directory is a rails project, sets up 3 windows:
# server, console, and vim.
#
SESSION=$(basename $(pwd))