This file contains hidden or 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 nocompatible | |
set diffopt+=iwhite | |
set nobackup | |
set noswapfile | |
set fileencodings=utf-8,euc-kr | |
set history=1000 | |
set mouse+=a | |
set nu | |
set ai | |
set si |
This file contains hidden or 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
# Colors! | |
set -g default-terminal "tmux-256color" | |
# Scrollback buffer size increase | |
set -g history-limit 100000 | |
# Faster command sequences | |
set -s escape-time 10 | |
# Increase repeat timeout |
This file contains hidden or 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 nocompatible | |
set diffopt+=iwhite | |
set nobackup | |
set noswapfile | |
set fileencodings=utf-8,euc-kr | |
set history=1000 | |
set mouse+=a | |
set nu | |
set ai | |
set si |
This file contains hidden or 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
deb http://ports.ubuntu.com/ubuntu-ports focal main restricted universe multiverse | |
deb-src http://ports.ubuntu.com/ubuntu-ports focal main restricted universe multiverse | |
deb http://ports.ubuntu.com/ubuntu-ports focal-updates main restricted universe multiverse | |
deb-src http://ports.ubuntu.com/ubuntu-ports focal-updates main restricted universe multiverse | |
deb http://ports.ubuntu.com/ubuntu-ports focal-backports main restricted universe multiverse | |
deb-src http://ports.ubuntu.com/ubuntu-ports focal-backports main restricted universe multiverse | |
deb http://ports.ubuntu.com/ubuntu-ports focal-security main restricted universe multiverse |
This file contains hidden or 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 zsh | |
function wmv { | |
UP='\[A' | |
DOWN='\[B' | |
RIGHT='\[C' | |
LEFT='\[D' | |
echo "프로그램을 종료하시려면 ESC를 세 번 눌러주세요." |
This file contains hidden or 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
<!-- If you create 'settings.sh' file, You should make plist file in '~/Library/LaunchAgents' folder. | |
try 'touch' command: | |
> `touch ~/Library/LaunchAgents/LoginScripts.plist` | |
and write the code below in '~/Library/LaunchAgents/LoginScripts.plist' --> | |
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>Label</key> |