Skip to content

Instantly share code, notes, and snippets.

View techn0punk's full-sized avatar

Sebastian Rehm techn0punk

  • Berlin
View GitHub Profile

SWT Projektvorschläge

Basti

C++

  • Cutter - Free and Open Source Reverse Engineering Platform powered by radare2 zu groß
  • GNU Radio - GNU Radio – the Free and Open Software Radio Ecosystem zu groß
  • Fritzing - Electronic Design Automation software with a low entry barrier, suited for the needs of makers and hobbyists. zu groß
#!/usr/bin/env bash
RED='\033[0;31m'
GREEN='\033[0;32m'
YELLOW='\033[0;33m'
NC='\033[0m'
echo -e "${YELLOW}*${NC} This script will setup your ${RED}Raspberry Pi 3${NC}"
@techn0punk
techn0punk / .zshrc
Last active December 13, 2020 07:21
# If you come from bash you might have to change your $PATH.
export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH=$HOME/.config/oh-my-zsh
# Set name of the theme to load. Optionally, if you set this to "random"
# it'll load a random theme each time that oh-my-zsh is loaded.
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
ZSH_THEME="fishy"
@techn0punk
techn0punk / .vimrc
Last active January 17, 2019 17:32
set number
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Maintainer:
" Amir Salihefendic
" http://amix.dk - amix@amix.dk
"
" Version:
# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to log to the console when each text editor is saved.
#
# atom.workspace.observeTextEditors (editor) ->
# editor.onDidSave ->

Keybase proof

I hereby claim:

  • I am techn0punk on github.
  • I am techn0punk (https://keybase.io/techn0punk) on keybase.
  • I have a public key ASA62eKdyLJ9MFayqQ-bwMZuNtrSWLEx87oQkTZ2ioKEOQo

To claim this, I am signing this object:

###---------------------------------------------------------------------------------------------------------###
### TMUX - Configuration ###
###---------------------------------------------------------------------------------------------------------###
###--- Start numbering at 1 --------------------------------------------------------------------------------###
set -g base-index 1
###--- Copy-mode -------------------------------------------------------------------------------------------###
export ZSH=$HOME/.oh-my-zsh
ZSH_THEME="adben"
CASE_SENSITIVE="true"
DISABLE_AUTO_UPDATE="true"
COMPLETION_WAITING_DOTS="true"
plugins=(git)
source $ZSH/oh-my-zsh.sh
screenfetch
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
case $- in
*i*) ;;
*) return;;
esac
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
case $- in
*i*) ;;
*) return;;
esac