Skip to content

Instantly share code, notes, and snippets.

View Tonetfal's full-sized avatar

Antonio Sidenko Tonetfal

View GitHub Profile
@NoobsArePeople2
NoobsArePeople2 / install_sfml_deps.sh
Last active April 6, 2022 09:08
Install SFML dependencies on Ubuntu Linux
#!/usr/bin/bash
# Install CMake GUI
sudo apt-get install cmake-gui
# SFML Dependencies
sudo apt-get install libpthread-stubs0-dev
sudo apt-get install libgl1-mesa-dev
sudo apt-get install libx11-dev
sudo apt-get install libxrandr-dev
@jmoyers
jmoyers / 1. README.md
Last active June 23, 2023 17:00
Get up and running with a terminal, vim, and c++
  • color scheme
  • terminal
  • z proj, takes you to /some/deep/directory/project
@Tonetfal
Tonetfal / JKPS-Config-explanation.md
Last active August 13, 2021 09:25
JKPS-Config-explanation

Main info

The program: JKPS

My Discord: Jeki the Monkey from München#3932

How to write parameters in the config in a correct way

To make the program read the written value correctly you have to put a space between colon and the rest of the data.

@chillpert
chillpert / vim-unreal.md
Last active June 14, 2024 10:35
Debugging and autocompletion for Unreal Engine 4 and 5 projects in (Neo)vim

Debugging and autocompletion for Unreal Engine 4 and 5 projects in (Neo)Vim

+++ Updated for UE 5.1 (see bottom)

Autocompletion

For autocompletion there are two options:

  1. coc (Vim, Neovim)
  2. LSP (Neovim only)
@JonnyMuff
JonnyMuff / install-arch-linux-using-efi-and-grub-dual-boot-win.md
Last active March 30, 2022 16:28 — forked from chriscandy/install-arch-linux-using-efi-and-grub.md
Install Arch Linux using EFI and GRUB (dual-boot with Windows)

Installing Arch linux with EFI (dual-boot with Windows)

Just skip steps 22, 23 and 25 if dual-boot isn't your use case scenario

  1. Change keyboard layout (if needed, default is 'us')

    • to see all avaliable layouts: ls /usr/share/kbd/keymaps/**/*.map.gz
    • loadkeys us
  2. Verify boot mode:

  • ls /sys/firmware/efi/efivars (If the directory exist your computer supports EFI)