Skip to content

Instantly share code, notes, and snippets.

View YalesRios's full-sized avatar
💭
PhD @ L3S

Yales Rios YalesRios

💭
PhD @ L3S
View GitHub Profile
[global]
### Display ###
# Which monitor should the notifications be displayed on.
monitor = 0
# Display notification on focused monitor. Possible modes are:
# mouse: follow mouse pointer
# keyboard: follow window with keyboard focus
# none: don't follow anything
#https://gist.github.com/spicycode/1229612
# 0 is too far from ` ;)
set -g base-index 1
# Automatically set window title
set-window-option -g automatic-rename on
set-option -g set-titles on
set -g status-keys vi
setw -g mode-keys vi
[options]
font = Meslo for Powerline 11
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# title Nord Termite +
# project nord-termite +
# version 0.2.0 +
# repository https://github.com/arcticicestudio/nord-termite +
# author Arctic Ice Studio +
# email development@arcticicestudio.com +
# copyright Copyright (C) 2016 +
[colors]
background = #2E3440
foreground = #88C0D0
foreground-alt= #4C566A
i3_background = #2E3440
i3_foreground = #D8DEE9
i3_urgent_background = #BF616A
i3_unfocused_foreground = #88C0D0
# This file has been auto-generated by i3-config-wizard(1).
# It will not be overwritten, so edit it as you like.
#
# Should you change your keyboard layout some time, delete
# this file and re-run i3-config-wizard(1).
#
# i3 config file (v4)
#
# Please see http://i3wm.org/docs/userguide.html for a complete reference!
xrandr --output DP-0 --rotate left
xrandr --output DP-0 --right-of DP-2
[[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources
~/.fehbg &
exec i3
" Specify a directory for plugins
" - For Neovim: ~/.local/share/nvim/plugged
" - Avoid using standard Vim directory names like 'plugin'
" Make sure you use single quotes
call plug#begin('~/.vim/plugged')
Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' }
map <F2> :NERDTreeToggle<CR>
Plug 'scrooloose/syntastic'