Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View haxcited's full-sized avatar

Onur Can Yükrük haxcited

View GitHub Profile
(package-initialize)
(when (not package-archive-contents)
(package-refresh-contents))
;;add the packages which you want to install
(defvar my-packages '(;;buradan ihtiyaclari belirle onlari ac sadece
anzu
ace-jump-mode
all-the-icons
;;key-chord
(require 'key-chord)
(key-chord-mode +1)
(key-chord-define-global "jj" 'ace-jump-word-mode)
(key-chord-define-global "jb" 'helm-buffers-list)
(key-chord-define-global "jk" 'helm-show-kill-ring)
(key-chord-define-global "jg" 'gist-region)
#!/usr/bin/env bash
echo "Enter name of the program: "
read PROGNAME
echo "enter name of the seed domain for amass "
read SEED
BOUNTYD=$HOME/01/bounty
PLATFORM=h1
# create project directory
# ascr auto screenshot ,mscr manual screenshot
clear
#daemonize
#ctrl+shift+semicolon start , grid 3x3 #,grid-nav on
ctrl+alt+f start , grid 3x3 #,grid-nav on
#e grid-nav toggle
ctrl+r restart
Escape end
ctrl+bracketleft end
set-option -g history-limit 1000000
set -g status-bg colour26
set -g status-fg white
# remap prefix from 'C-b' to 'C-x'
unbind C-b
set-option -g prefix C-x
bind-key C-x send-prefix
# splits hor ver
gtk-key-theme-name = "Emacs"
gtk-theme-name="Adwaita-dark"
;;helm
(setq helm-mini-default-sources '(helm-source-recentf
helm-source-bookmarks
helm-source-buffer-not-found))
sudo apt install git keynav wget curl w3m-img autocutsel xterm rxvt-unicode xsel
set-option -g history-limit 1000000
set -g status-bg colour26
set -g status-fg colour16
# remap prefix from 'C-b' to 'C-x'
unbind C-b
set-option -g prefix C-x
bind-key C-x send-prefix
# splits hor ver
#!/usr/bin/env bash
echo "Enter name of the program: "
read progname
echo "progname is $progname"
echo "enter name of the seed domain for amass "
read seed
echo "seed domain is: $seed"
# create project directory