Adds config folder

This commit is contained in:
Alexander Hosking 2017-02-28 23:35:08 -05:00
parent 1d164f7b5c
commit 5c44e4ac83
3 changed files with 98 additions and 1 deletions

92
config/terminator/config Normal file
View File

@ -0,0 +1,92 @@
[global_config]
borderless = True
handle_size = 1
inactive_color_offset = 1.0
suppress_multiple_term_dialog = True
tab_position = hidden
window_state = maximise
[keybindings]
[layouts]
[[default]]
[[[child0]]]
order = 0
parent = ""
position = 1920:0
size = 1920, 1200
type = Window
[[Current]]
[[[child0]]]
order = 0
parent = ""
position = 1920:0
size = 1920, 1200
type = Window
[[[child1]]]
order = 0
parent = child0
position = 960
type = HPaned
[[[child2]]]
order = 0
parent = child1
position = 600
type = VPaned
[[[terminal3]]]
order = 0
parent = child2
profile = default
type = Terminal
[[[terminal4]]]
order = 1
parent = child2
profile = default
type = Terminal
[[[terminal5]]]
order = 1
parent = child1
profile = default
type = Terminal
[plugins]
icon_bell = False
scrollback_infinite = True
scrollbar_position = hidden
show_titlebar = False
[profiles]
[[default]]
audible_bell = True
background_color = "#2d2d2d"
background_darkness = 0.94
background_image = None
background_type = transparent
cursor_color = "#c75646"
font = Hack 10
foreground_color = "#f7f7f7"
palette = "#000000:#c75646:#728d37:#d0b03c:#72b3cc:#c8a0d1:#218693:#b0b0b0:#d6d6d6:#e09690:#9cb64b:#ffe377:#9cd9f0:#fbb1f9:#77dfd8:#f7f7f7"
scrollback_infinite = True
scrollbar_position = hidden
show_titlebar = False
use_system_font = False
[[4bit-1461701505408]]
background_color = "#8d8dcf"
background_image = None
foreground_color = "#d9e6f2"
palette = "#000000:#b87a7a:#7ab87a:#b8b87a:#7a7ab8:#b87ab8:#7ab8b8:#d9d9d9:#262626:#dbbdbd:#bddbbd:#dbdbbd:#bdbddb:#dbbddb:#bddbdb:#ffffff"
[[Smyck]]
background_color = "#2d2d2d"
background_image = None
cursor_color = "#c75646"
foreground_color = "#f7f7f7"
palette = "#000000:#c75646:#8eb33b:#d0b03c:#72b3cc:#c8a0d1:#218693:#b0b0b0:#5d5d5d:#e09690:#cdee69:#ffe377:#9cd9f0:#fbb1f9:#77dfd8:#f7f7f7"
[[old]]
audible_bell = True
background_color = "#002b36"
background_image = None
cursor_color = "#fc531d"
font = Monospace 8
foreground_color = "#839496"
icon_bell = False
palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3"
scrollback_infinite = True
scrollbar_position = hidden
show_titlebar = False
use_system_font = False

View File

@ -6,7 +6,7 @@ EXTRA_DIR="$HOME/.extra"
# Update dotfiles itself first
#[ -d "$DOTFILES_DIR/.git" ] && git --work-tree="$DOTFILES_DIR" --git-dir="$DOTFILES_DIR/.git" pull origin master
[ -d "$DOTFILES_DIR/.git" ] && git --work-tree="$DOTFILES_DIR" --git-dir="$DOTFILES_DIR/.git" pull origin master
#vim backup folders
mkdir -p ~/.vim/{backup_files,swap_files,undo_files}
@ -17,3 +17,8 @@ ln -sfv "$DOTFILES_DIR/run/.bashrc" ~
ln -sfv "$DOTFILES_DIR/git/.gitconfig" ~
ln -sfv "$DOTFILES_DIR/system/.vimrc" ~
# make .config directory for application specifics
cp -r config "$HOME/.config"
#if [ ! -d "$HOME/.config" ]; then
# mkdir "$HOME/.config"
#fi

Binary file not shown.