add windows on huhuhu_config in opening of screen
This commit is contained in:
18
install.sh
18
install.sh
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# COLORS
|
||||
source color.sh
|
||||
source ./asides/color.sh
|
||||
|
||||
KEY_PHRASE="#hugogogo#"
|
||||
HERE=$(pwd)
|
||||
@@ -49,11 +49,11 @@ function install
|
||||
}
|
||||
|
||||
# argument : directory where the config file should go
|
||||
install "$home/.screenrc"
|
||||
install "$home/.vimrc"
|
||||
install "$home/.zshrc"
|
||||
install "$home/.vim/templates/skeleton_color.h"
|
||||
install "$home/.vim/templates/skeleton.cpp"
|
||||
install "$home/.vim/templates/skeleton.hpp"
|
||||
install "$home/.vim/templates/skeleton_main.cpp"
|
||||
install "$home/.vim/templates/skeleton_makefile"
|
||||
install "$HOME/.screenrc"
|
||||
install "$HOME/.vimrc"
|
||||
install "$HOME/.zshrc"
|
||||
install "$HOME/.vim/templates/skeleton_color.h"
|
||||
install "$HOME/.vim/templates/skeleton.cpp"
|
||||
install "$HOME/.vim/templates/skeleton.hpp"
|
||||
install "$HOME/.vim/templates/skeleton_main.cpp"
|
||||
install "$HOME/.vim/templates/skeleton_makefile"
|
||||
|
||||
Reference in New Issue
Block a user