Skip to content

Instantly share code, notes, and snippets.

Howto, install Arch with EFI boot

1. What you'll need

  • Arch-Linux live Image download
  • VirtualBox + Extension Pack download
  • A USB KEY for Arch Linux This device will be formatted, back up any data left on it
  • The knowledge to use the terminal/command line

*All instructions have been taken form the Arch wiki link

@redxef
redxef / create-sublime-project.sh
Created December 21, 2016 12:25
Creates a project folder for developing in C with Sublime Text 3 project file and makefile
#!/bin/sh
##
# @file create-sublime-project.sh
# @version 1.0
# @author redxef
# @brief Creates a project folder for developing a c application using Sublime Text 3 and a makefile
#
# The script automatically generates a makefile with the listed dependencies and the option to manually add compiler flags.
# Secondly a Sublime project file is generated, with all include directories add for easy integration with