#!/bin/sh
# Depende del usuario bajo el cual se ha de ejecutar el demonio
USER_DB=mysql
# Los directorios y archivos deben permitir a $USER_DB el acceso a lectura y escritura
DATADIR_DB=/home/mysql/instancia1
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
| #Cambiar el tema "default" por "lesm" | |
| #/home/luis/.tmux-powerline/tmux-powerline/config/defaults.sh | |
| # Lesm Theme | |
| if patched_font_in_use; then | |
| TMUX_POWERLINE_SEPARATOR_LEFT_BOLD="" | |
| TMUX_POWERLINE_SEPARATOR_LEFT_THIN="" | |
| TMUX_POWERLINE_SEPARATOR_RIGHT_BOLD="" | |
| TMUX_POWERLINE_SEPARATOR_RIGHT_THIN="" |
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
| " mkdir -p ~/.vim/pack/my-plugins/start | |
| " cd ~/.vim/pack/my-plugins/start | |
| " git clone https://github.com/dense-analysis/ale.git | |
| " git clone https://github.com/mattn/emmet-vim.git | |
| " git clone https://tpope.io/vim/fugitive.git | |
| " git clone https://github.com/junegunn/fzf.vim.git | |
| " git clone https://github.com/othree/html5.vim.git | |
| " git clone https://github.com/Yggdroot/indentLine.git | |
| " git clone https://github.com/scrooloose/nerdcommenter.git |
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
| #!/bin/bash | |
| sleep 10 && conky |
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
| # Conky, a system monitor, based on torsmo | |
| # Any original torsmo code is licensed under the BSD license | |
| # All code written since the fork of torsmo is licensed under the GPL | |
| # Please see COPYING for details | |
| # Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen | |
| # Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS) | |
| # All rights reserved. |
NewerOlder