Skip to content

Instantly share code, notes, and snippets.

View tm9k1's full-sized avatar
🎯
In flight

Piyush Aggarwal tm9k1

🎯
In flight
View GitHub Profile
@tm9k1
tm9k1 / ARCH_COMMANDS_LIST.md
Last active August 1, 2023 09:32
My commands list to get to desktop of an Arch system

ARCH INSTALLATION INSTRUCTIONS

SYSTEM CHECKS
  1. UEFI boot:

    ls /sys/firmware/efi/efivars
@tm9k1
tm9k1 / format_doc.md
Created November 12, 2018 18:01
For VS Code extension (Format Document)

yay -S ncurses5-compat-libs

Sometimes Format Doc not runs becoz you didn't have the libraries. Use that command up there !

@tm9k1
tm9k1 / kdewindows01.md
Last active December 14, 2018 18:37
How to setup a dev environment and build a setup out of KDE Connect for Windows

NOTE: This tutorial assumes Craft is being installed in C:/ [default]

SETTING UP ENVIRONMENT

  1. Install Visual Studio 2017 from here

  2. Install these packages :-

Just-in-Time debugger
VC++ 2017 version 15.9
@tm9k1
tm9k1 / plasma_mobile.md
Created January 20, 2019 11:36
Setting up Plasma Mobile
@tm9k1
tm9k1 / withGPS.ino
Last active May 9, 2019 23:16
OTP based Lock system to work with SIM900 and NEOSIM GPS. Regularly send GPS coordinates to the phone that asked for OTP (starting from when unlocked till the lock is not armed again). Open to suggestions, please do tag me (@brute4s99). :)
/*
Connect 5VT to D9 and 5VR to D10
Feed GSM SIM900A with Arduino's 5V
Code by Piyush Aggarwal
1 -
2 -
3 -
4 -
5 -
6 -
@tm9k1
tm9k1 / snore-ftw.md
Last active June 25, 2019 05:29
GSoC Milestone 1 Testing -- Windows Toast Notification backend for KNotifications
@tm9k1
tm9k1 / milestone2.md
Created June 22, 2019 23:08
GSoc 2019 Milestone 2 [SFTP] Progress

Aiming to make use of : https://github.com/alamaison/swish

^ have made forks of Swish (+all deps) on my own GitHub and modified to support Craft installation as a blueprint.

To test these blueprints,

switch blueprints branch

git checkout brute4s99/swish
```
# // // // // H I S T O R Y // // // // #
#
HISTFILE=~/.zsh_history
HISTSIZE=10000
SAVEHIST=10000
setopt appendhistory
#
# // // // // H I S T O R Y // // // // #
@tm9k1
tm9k1 / gestures_support_linux.md
Last active February 25, 2024 10:56
(AUR) Gestures for any DE (especially KDE Plasma)

Gestures support for any DE

  1. Install Gestures support
yay -S libinput-gestures gestures
  1. Set up autostart for gestures
libinput-gestures-setup autostart
  1. Add our current user to the input group
@tm9k1
tm9k1 / kdeconnect-win.code-workspace
Created May 30, 2021 08:50
Workspace file for KDE Connect for Windows port development using Craft
{
"folders": [
{
"name": "kdeconnect-kde",
"path": "C:/CraftRoot/download/git/kde/applications/kdeconnect-kde",
}
],
"launch": {
"version": "0.2.0",
"configurations": [