Compare commits
4 Commits
ccd9f8fe57
...
e1fbee9f58
| Author | SHA1 | Date | |
|---|---|---|---|
|
e1fbee9f58
|
|||
|
363ccdcfd7
|
|||
|
e60c93c7de
|
|||
|
b8ba840029
|
@@ -1,5 +1,5 @@
|
|||||||
import:
|
import:
|
||||||
- ~/.config/alacritty/dracula.yml
|
- ~/.config/alacritty/base16-tomorrow.yml
|
||||||
|
|
||||||
window:
|
window:
|
||||||
dimensions:
|
dimensions:
|
||||||
@@ -10,11 +10,10 @@ window:
|
|||||||
x: 6
|
x: 6
|
||||||
y: 6
|
y: 6
|
||||||
|
|
||||||
decorations: none
|
|
||||||
font:
|
font:
|
||||||
normal:
|
normal:
|
||||||
family: TerminessTTF Nerd Font
|
family: TerminessTTF Nerd Font
|
||||||
|
|
||||||
size: 16.0
|
size: 16.0
|
||||||
colors:
|
colors:
|
||||||
background_opacity: 0.9
|
background_opacity: 1
|
||||||
|
|||||||
36
darwin/alacritty/base16-tomorrow.yml
Normal file
36
darwin/alacritty/base16-tomorrow.yml
Normal file
@@ -0,0 +1,36 @@
|
|||||||
|
# Base16 Tomorrow - alacritty color config
|
||||||
|
# Chris Kempson (http://chriskempson.com)
|
||||||
|
colors:
|
||||||
|
# Default colors
|
||||||
|
primary:
|
||||||
|
background: '0xffffff'
|
||||||
|
foreground: '0x4d4d4c'
|
||||||
|
|
||||||
|
# Colors the cursor will use if `custom_cursor_colors` is true
|
||||||
|
cursor:
|
||||||
|
text: '0xffffff'
|
||||||
|
cursor: '0x4d4d4c'
|
||||||
|
|
||||||
|
# Normal colors
|
||||||
|
normal:
|
||||||
|
black: '0xffffff'
|
||||||
|
red: '0xc82829'
|
||||||
|
green: '0x718c00'
|
||||||
|
yellow: '0xeab700'
|
||||||
|
blue: '0x4271ae'
|
||||||
|
magenta: '0x8959a8'
|
||||||
|
cyan: '0x3e999f'
|
||||||
|
white: '0x4d4d4c'
|
||||||
|
|
||||||
|
# Bright colors
|
||||||
|
bright:
|
||||||
|
black: '0x8e908c'
|
||||||
|
red: '0xf5871f'
|
||||||
|
green: '0xe0e0e0'
|
||||||
|
yellow: '0xd6d6d6'
|
||||||
|
blue: '0x969896'
|
||||||
|
magenta: '0x282a2e'
|
||||||
|
cyan: '0xa3685a'
|
||||||
|
white: '0x1d1f21'
|
||||||
|
|
||||||
|
draw_bold_text_with_bright_colors: false
|
||||||
@@ -1,53 +0,0 @@
|
|||||||
colors:
|
|
||||||
primary:
|
|
||||||
background: '0x282a36'
|
|
||||||
foreground: '0xf8f8f2'
|
|
||||||
cursor:
|
|
||||||
text: CellBackground
|
|
||||||
cursor: CellForeground
|
|
||||||
vi_mode_cursor:
|
|
||||||
text: CellBackground
|
|
||||||
cursor: CellForeground
|
|
||||||
search:
|
|
||||||
matches:
|
|
||||||
foreground: '0x44475a'
|
|
||||||
background: '0x50fa7b'
|
|
||||||
focused_match:
|
|
||||||
foreground: '0x44475a'
|
|
||||||
background: '0xffb86c'
|
|
||||||
bar:
|
|
||||||
background: '0x282a36'
|
|
||||||
foreground: '0xf8f8f2'
|
|
||||||
line_indicator:
|
|
||||||
foreground: None
|
|
||||||
background: None
|
|
||||||
selection:
|
|
||||||
text: CellForeground
|
|
||||||
background: '0x44475a'
|
|
||||||
normal:
|
|
||||||
black: '0x000000'
|
|
||||||
red: '0xff5555'
|
|
||||||
green: '0x50fa7b'
|
|
||||||
yellow: '0xf1fa8c'
|
|
||||||
blue: '0xbd93f9'
|
|
||||||
magenta: '0xff79c6'
|
|
||||||
cyan: '0x8be9fd'
|
|
||||||
white: '0xbfbfbf'
|
|
||||||
bright:
|
|
||||||
black: '0x4d4d4d'
|
|
||||||
red: '0xff6e67'
|
|
||||||
green: '0x5af78e'
|
|
||||||
yellow: '0xf4f99d'
|
|
||||||
blue: '0xcaa9fa'
|
|
||||||
magenta: '0xff92d0'
|
|
||||||
cyan: '0x9aedfe'
|
|
||||||
white: '0xe6e6e6'
|
|
||||||
dim:
|
|
||||||
black: '0x14151b'
|
|
||||||
red: '0xff2222'
|
|
||||||
green: '0x1ef956'
|
|
||||||
yellow: '0xebf85b'
|
|
||||||
blue: '0x4d5b86'
|
|
||||||
magenta: '0xff46b0'
|
|
||||||
cyan: '0x59dffc'
|
|
||||||
white: '0xe6e6d1'
|
|
||||||
@@ -6,13 +6,13 @@ spacebar -m config spacing_left 25
|
|||||||
spacebar -m config spacing_right 15
|
spacebar -m config spacing_right 15
|
||||||
spacebar -m config text_font "TerminessTTF Nerd Font:Normal:17.0"
|
spacebar -m config text_font "TerminessTTF Nerd Font:Normal:17.0"
|
||||||
spacebar -m config icon_font "TerminessTTF Nerd Font:Bold:17.0"
|
spacebar -m config icon_font "TerminessTTF Nerd Font:Bold:17.0"
|
||||||
spacebar -m config background_color 0xff282a36
|
spacebar -m config background_color 0x00282a36
|
||||||
spacebar -m config foreground_color 0xffa8a8a8
|
spacebar -m config foreground_color 0xffFFFFFF
|
||||||
spacebar -m config space_icon_color 0xffbd93f9
|
spacebar -m config space_icon_color 0xffFFFFFF
|
||||||
spacebar -m config power_icon_color 0xffcd950c
|
spacebar -m config power_icon_color 0xffFFFFFF
|
||||||
spacebar -m config battery_icon_color 0xffd75f5f
|
spacebar -m config battery_icon_color 0xffd75f5f
|
||||||
spacebar -m config dnd_icon_color 0xffa8a8a8
|
spacebar -m config dnd_icon_color 0xffFFFFFF
|
||||||
spacebar -m config clock_icon_color 0xffa8a8a8
|
spacebar -m config clock_icon_color 0xffFFFFFF
|
||||||
spacebar -m config space_icon_strip 1: 2: 3: 4: 5:
|
spacebar -m config space_icon_strip 1: 2: 3: 4: 5:
|
||||||
spacebar -m config power_icon_strip
|
spacebar -m config power_icon_strip
|
||||||
spacebar -m config space_icon
|
spacebar -m config space_icon
|
||||||
|
|||||||
@@ -3,7 +3,6 @@
|
|||||||
sudo yabai --load-sa
|
sudo yabai --load-sa
|
||||||
sleep 5
|
sleep 5
|
||||||
yabai -m signal --add event=dock_did_restart action="sudo yabai --load-sa"
|
yabai -m signal --add event=dock_did_restart action="sudo yabai --load-sa"
|
||||||
brew services restart spacebar
|
|
||||||
open -a /Applications/Telegram.app
|
open -a /Applications/Telegram.app
|
||||||
|
|
||||||
yabai -m config layout bsp
|
yabai -m config layout bsp
|
||||||
@@ -12,7 +11,7 @@ yabai -m config mouse_follows_focus off
|
|||||||
yabai -m config focus_follows_mouse autofocus
|
yabai -m config focus_follows_mouse autofocus
|
||||||
yabai -m config window_placement second_child
|
yabai -m config window_placement second_child
|
||||||
|
|
||||||
yabai -m config external_bar main:30:0
|
yabai -m config external_bar main:25:0
|
||||||
yabai -m config top_padding 20
|
yabai -m config top_padding 20
|
||||||
yabai -m config bottom_padding 20
|
yabai -m config bottom_padding 20
|
||||||
yabai -m config left_padding 20
|
yabai -m config left_padding 20
|
||||||
@@ -32,13 +31,29 @@ yabai -m config normal_window_opacity 0.90
|
|||||||
yabai -m config mouse_modifier alt
|
yabai -m config mouse_modifier alt
|
||||||
|
|
||||||
yabai -m rule --add app="^IINA$" sticky=on layer=above manage=off border=off
|
yabai -m rule --add app="^IINA$" sticky=on layer=above manage=off border=off
|
||||||
yabai -m rule --add app="^시스템 환경설정$" layer=above manage=off
|
yabai -m rule --add app="^시스템 환경설정$" layer=above manage=off border=off
|
||||||
yabai -m rule --add app="^Telegram$" layer=above manage=off sticky=on
|
yabai -m rule --add app="^Telegram$" layer=above manage=off sticky=on border=off
|
||||||
yabai -m rule --add app="^Transmission Remote GUI$" layer=above manage=off
|
yabai -m rule --add app="^Transmission Remote GUI$" layer=above manage=off border=off
|
||||||
yabai -m rule --add app="^Finder$" layer=above manage=off border=off
|
yabai -m rule --add app="^Finder$" layer=above manage=off border=off
|
||||||
|
yabai -m rule --add app="^카카오톡$" layer=above manage=off sticky=on
|
||||||
|
|
||||||
yabai -m rule --add app=Google\ Chrome space=3
|
yabai -m rule --add app=Google\ Chrome space=3
|
||||||
|
yabai -m rule --add app=Microsoft\ Edge space=3
|
||||||
yabai -m rule --add app="^Code$" space=4
|
yabai -m rule --add app="^Code$" space=4
|
||||||
|
|
||||||
|
yabai -m space 1 --label ""
|
||||||
|
yabai -m space 2 --label ""
|
||||||
|
yabai -m space 3 --label ""
|
||||||
|
yabai -m space 4 --label ""
|
||||||
|
yabai -m space 5 --label ""
|
||||||
|
|
||||||
|
yabai -m signal --add event=application_activated \
|
||||||
|
action="osascript -e 'tell application \"Übersicht\" to refresh widget id \"vbalien-title-jsx\"'"
|
||||||
|
yabai -m signal --add event=window_title_changed \
|
||||||
|
action="osascript -e 'tell application \"Übersicht\" to refresh widget id \"vbalien-title-jsx\"'"
|
||||||
|
yabai -m signal --add event=space_changed \
|
||||||
|
action="osascript -e 'tell application \"Übersicht\" to refresh widget id \"vbalien-workspace-jsx\"'"
|
||||||
|
osascript -e 'tell application "Übersicht" to refresh widget id "vbalien-workspace-jsx"'
|
||||||
|
|
||||||
echo "yabai configuration loaded.."
|
echo "yabai configuration loaded.."
|
||||||
|
|
||||||
|
|||||||
@@ -39,8 +39,6 @@ case ${SOLARIZED_THEME:-dark} in
|
|||||||
*) CURRENT_FG='black';;
|
*) CURRENT_FG='black';;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
CURRENT_FG='8'
|
|
||||||
|
|
||||||
# Special Powerline characters
|
# Special Powerline characters
|
||||||
|
|
||||||
() {
|
() {
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ set -g @plugin 'tmux-plugins/tpm'
|
|||||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||||
set -g @plugin 'tmux-plugins/tmux-pain-control'
|
set -g @plugin 'tmux-plugins/tmux-pain-control'
|
||||||
set -g @plugin 'tmux-plugins/tmux-yank'
|
set -g @plugin 'tmux-plugins/tmux-yank'
|
||||||
set -g @plugin 'dracula/tmux'
|
set -g @plugin 'mattdavis90/base16-tmux'
|
||||||
|
|
||||||
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||||
run -b '~/.tmux/plugins/tpm/tpm'
|
run -b '~/.tmux/plugins/tpm/tpm'
|
||||||
@@ -16,6 +16,7 @@ set -g default-terminal screen-256color
|
|||||||
|
|
||||||
bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel 'xclip -in -selection clipboard'
|
bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel 'xclip -in -selection clipboard'
|
||||||
|
|
||||||
|
set -g @colors-base16 'tomorrow'
|
||||||
|
|
||||||
# bind -n End send-key C-e
|
# bind -n End send-key C-e
|
||||||
# bind -n Home send-key C-a
|
# bind -n Home send-key C-a
|
||||||
|
|||||||
11
vimrc
11
vimrc
@@ -7,6 +7,7 @@ Plug 'prettier/vim-prettier', {
|
|||||||
|
|
||||||
" 아이콘 폰트 사용
|
" 아이콘 폰트 사용
|
||||||
Plug 'ryanoasis/vim-devicons'
|
Plug 'ryanoasis/vim-devicons'
|
||||||
|
|
||||||
" NERDTree
|
" NERDTree
|
||||||
" NERDTree git
|
" NERDTree git
|
||||||
Plug 'preservim/nerdtree'
|
Plug 'preservim/nerdtree'
|
||||||
@@ -25,7 +26,10 @@ Plug 'vim-airline/vim-airline'
|
|||||||
Plug 'vim-airline/vim-airline-themes'
|
Plug 'vim-airline/vim-airline-themes'
|
||||||
|
|
||||||
" 컬러 테마
|
" 컬러 테마
|
||||||
Plug 'dracula/vim', { 'as': 'dracula' }
|
Plug 'chriskempson/base16-vim'
|
||||||
|
|
||||||
|
" automatic closing of quotes, parenthesis, brackets, etc.
|
||||||
|
Plug 'Raimondi/delimitMate'
|
||||||
|
|
||||||
" Language Pack
|
" Language Pack
|
||||||
Plug 'sheerun/vim-polyglot'
|
Plug 'sheerun/vim-polyglot'
|
||||||
@@ -70,6 +74,7 @@ set encoding=UTF-8
|
|||||||
" 단축키 설정
|
" 단축키 설정
|
||||||
nmap <C-p> :FZF<cr>
|
nmap <C-p> :FZF<cr>
|
||||||
nmap <Tab> :NERDTreeToggle<cr>
|
nmap <Tab> :NERDTreeToggle<cr>
|
||||||
|
nmap <Leader>f <Plug>(coc-fix-current)
|
||||||
|
|
||||||
inoremap <expr><tab> pumvisible() ? "\<c-n>" : "\<tab>"
|
inoremap <expr><tab> pumvisible() ? "\<c-n>" : "\<tab>"
|
||||||
inoremap <expr><s-tab> pumvisible() ? "\<c-p>" : "\<s-tab>"
|
inoremap <expr><s-tab> pumvisible() ? "\<c-p>" : "\<s-tab>"
|
||||||
@@ -78,9 +83,7 @@ inoremap <expr><s-tab> pumvisible() ? "\<c-p>" : "\<s-tab>"
|
|||||||
autocmd BufNewFile,BufRead *.tsx,*.jsx set filetype=typescriptreact
|
autocmd BufNewFile,BufRead *.tsx,*.jsx set filetype=typescriptreact
|
||||||
|
|
||||||
" theme config
|
" theme config
|
||||||
let g:dracula_colorterm = 0
|
colorscheme base16-tomorrow
|
||||||
let g:dracula_italic = 0
|
|
||||||
colorscheme dracula
|
|
||||||
|
|
||||||
hi Normal guibg=NONE ctermbg=NONE
|
hi Normal guibg=NONE ctermbg=NONE
|
||||||
hi EndOfBuffer guibg=NONE ctermbg=NONE
|
hi EndOfBuffer guibg=NONE ctermbg=NONE
|
||||||
|
|||||||
2
zshrc
2
zshrc
@@ -9,7 +9,7 @@ export PATH="$HOME/.yarn/bin:$PATH"
|
|||||||
# Path to your oh-my-zsh installation.
|
# Path to your oh-my-zsh installation.
|
||||||
export ZSH="$HOME/.oh-my-zsh"
|
export ZSH="$HOME/.oh-my-zsh"
|
||||||
|
|
||||||
export FZF_DEFAULT_COMMAND='fd --type f'
|
export FZF_DEFAULT_COMMAND='ag --hidden --ignore .git -g ""'
|
||||||
|
|
||||||
# Set name of the theme to load --- if set to "random", it will
|
# Set name of the theme to load --- if set to "random", it will
|
||||||
# load a random theme each time oh-my-zsh is loaded, in which case,
|
# load a random theme each time oh-my-zsh is loaded, in which case,
|
||||||
|
|||||||
Reference in New Issue
Block a user