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
# 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 |
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
[sncli] | |
cfg_sn_username = [email protected] | |
# 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) | |
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
000: 아이스크림 | |
001: 녹즙 | |
002: | |
003: | |
004: 단팥빵 | |
005: 딸기 | |
006: 유부초밤 | |
007: 장어 덮밤 | |
008: | |
009: 에너지 드링크 |
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
#!/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 |
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
#!/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 |