Skip to content

Instantly share code, notes, and snippets.

View 1094's full-sized avatar

1094 1094

  • Neverwhere
View GitHub Profile
@1094
1094 / tmux.conf
Last active May 9, 2021 06:21
tmux conf
# prefix
set-option -g prefix M-Space
set -g default-terminal "screen-256color"
set -g status-keys vi
setw -g mode-keys vi
set -g base-index 1
setw -g pane-base-index 1
# Keys
unbind Left
@1094
1094 / .snclirc
Created May 13, 2019 10:40
full sncli configuration file
[sncli]
cfg_sn_username = lebowski@thedude.com
# cfg_sn_password = nihilist
cfg_sn_password_eval = gpg --quiet --for-your-eyes-only --no-tty --decrypt ~/.sncli-pass.gpg
## NOTE: if both password config are given, cfg_sn_password will be used
# sets the datebase path for your notes
cfg_db_path = os.path.join(self.home. .sncli)
@1094
1094 / Korean Food ID List for Tomodachi Life
Last active May 2, 2019 16:37
Tomodachi Life, Korean Food ID List for the Tomodachi Life Save Editor by Brionjv
000: 아이스크림
001: 녹즙
002:
003:
004: 단팥빵
005: 딸기
006: 유부초밤
007: 장어 덮밤
008:
009: 에너지 드링크
@1094
1094 / s-sdcv
Last active June 28, 2018 00:33
sdcv search options
#!/bin/bash
set -e
if [[ $1 == "d" ]] ; then
sdcv --color -u 'WordNet' "Oxford Advanced Learner's Dictionary" 'dictd_www.dict.org_devils' $2 | more
elif [[ $1 == "t" ]] ; then
sdcv --color -u 'English Thesaurus' 'Concise Oxford Thesaurus 2nd Ed. (Eng-Eng)' $2 | more
elif [[ $1 == "e" ]] ; then
@1094
1094 / mirrors
Last active January 20, 2020 21:26
update pacman mirrorlist
#!/bin/bash
set -e
# update pacman mirrorlist, US, ip 4, status on
# get the mirrors
wget -O ~/newmirrors "https://www.archlinux.org/mirrorlist/?country=US&protocol=http&protocol=https&ip_version=4&use_mirror_status=on"
list=~/newmirrors
# uncomment mirrors