Skip to content

Instantly share code, notes, and snippets.

View chfle's full-sized avatar
👨‍💻

Christian Lehnert chfle

👨‍💻
View GitHub Profile
https://anonfiles.com/z6n8t8gay1/WSA-with-magisk-GApps-super_2203.40000.1.0_x64_Release-Nightly_zip
@chfle
chfle / alacritty.yml
Created March 14, 2022 20:50
~/.config/alacritty/alacritty.yml
#------------------------------------------------------------------------------
# Started On - Fri 14 Mar 21:01:22 GMT 2022
# Last Change - Fri 14 Mar 21:01:51 GMT 2022
# Author E-Mail - christian.lehnert.home@gmail.com
# Author GitHub - https://github.com/chfle
#------------------------------------------------------------------------------
window:
padding:
x: 6
# i3 config file (v4)
#
# Please see https://i3wm.org/docs/userguide.html for a complete reference!
#
# This config file uses keycodes (bindsym) and was written for the QWERTY
# layout.
#
# To get a config file with the same key positions, but for your current
# layout, use the i3-config-wizard
#
@chfle
chfle / .bashrc
Last active August 29, 2021 13:01
My bashrc file for macos and linux
export PATH=$PATH:/home/$USER/chomper/bin
export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
export PAGER='most'
export LESS_TERMCAP_mb=$'\e[1;32m'
export LESS_TERMCAP_md=$'\e[1;32m'
export LESS_TERMCAP_me=$'\e[0m'
export LESS_TERMCAP_se=$'\e[0m'
@chfle
chfle / vimrc
Last active July 4, 2021 07:39
packadd! dracula
syntax enable
colorscheme dracula
"=========== Settings ==========="
"Line number"
set nonu
"Vim Like numbers"
set relativenumber
@chfle
chfle / .ideavimrc
Created June 26, 2021 07:06
.ideavimrc
set relativenumber
set number
" https://github.com/JetBrains/ideavim/blob/master/doc/emulated-plugins.md
" https://youtrack.jetbrains.com/issue/VIM-1970
set set highlightedyank
" https://youtrack.jetbrains.com/issue/VIM-959
set ideamarks
# Stats
neofetch
# oh my zsh
export ZSH="/Users/chris/.oh-my-zsh"
# Enable colors and change prompt:
autoload -U colors && colors
PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b "
#History setup
@chfle
chfle / useful-commands.txt
Last active August 1, 2021 08:49
useful commands for Mac / Linux
# Screenhot from the Command Line
# Mac
$ sleep 3; screencapture ~/Desktop/screenshot.jpg
# Linux
$ sleep 2; import -window root screen.png
# CDPATH
Modify your CDPATH to find your folders faster
--------- Sort all files with the last added at least ---------
# For Rapberry Pi Pico
# From kevinmcaleer
from micropython import const
import ustruct
import utime
from machine import Pin, I2C
from machine import SPI, Pin
from micropython_dotstar import DotStar
from random import randint
# For Rapberry Pi Pico
# From kevinmcaleer
from micropython import const
import ustruct
import utime
from machine import Pin, I2C
# from machine import Timer
# import time