This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gtk-key-theme-name = "Emacs" | |
gtk-theme-name="Adwaita-dark" | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;helm | |
(setq helm-mini-default-sources '(helm-source-recentf | |
helm-source-bookmarks | |
helm-source-buffer-not-found)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt install git keynav wget curl w3m-img autocutsel xterm rxvt-unicode xsel |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
NewerOlder