From a67e9abef0306e149947276052d15d8aa3e2bca4 Mon Sep 17 00:00:00 2001 From: "Marcel Kapfer (mmk2410)" Date: Thu, 30 Mar 2017 15:38:09 +0200 Subject: [PATCH] directory restructuring --- emacs.el => emacs/emacs.el | 0 mmk2410 => headers/mmk2410 | 0 mmk2410.old => headers/mmk2410.old | 0 hyper.js | 95 ------------------------ redshift => redshift/redshift | 0 screenrc => screen/screenrc | 0 blurlock.sh => scripts/blurlock.sh | 0 es.sh => scripts/es.sh | 0 vim-to-nvim.sh => scripts/vim-to-nvim.sh | 0 bashrc => shells/bashrc | 0 zshrc => shells/zshrc | 0 init.vim => vim/init.vim | 0 Xmodmap => x/Xmodmap | 0 Xresources => x/Xresources | 0 Xresources-UHD => x/Xresources-UHD | 0 Xresources-hidpi => x/Xresources-hidpi | 0 xinitrc => x/xinitrc | 0 17 files changed, 95 deletions(-) rename emacs.el => emacs/emacs.el (100%) rename mmk2410 => headers/mmk2410 (100%) rename mmk2410.old => headers/mmk2410.old (100%) delete mode 100644 hyper.js rename redshift => redshift/redshift (100%) rename screenrc => screen/screenrc (100%) rename blurlock.sh => scripts/blurlock.sh (100%) rename es.sh => scripts/es.sh (100%) rename vim-to-nvim.sh => scripts/vim-to-nvim.sh (100%) rename bashrc => shells/bashrc (100%) rename zshrc => shells/zshrc (100%) rename init.vim => vim/init.vim (100%) rename Xmodmap => x/Xmodmap (100%) rename Xresources => x/Xresources (100%) rename Xresources-UHD => x/Xresources-UHD (100%) rename Xresources-hidpi => x/Xresources-hidpi (100%) rename xinitrc => x/xinitrc (100%) diff --git a/emacs.el b/emacs/emacs.el similarity index 100% rename from emacs.el rename to emacs/emacs.el diff --git a/mmk2410 b/headers/mmk2410 similarity index 100% rename from mmk2410 rename to headers/mmk2410 diff --git a/mmk2410.old b/headers/mmk2410.old similarity index 100% rename from mmk2410.old rename to headers/mmk2410.old diff --git a/hyper.js b/hyper.js deleted file mode 100644 index dd52c3a..0000000 --- a/hyper.js +++ /dev/null @@ -1,95 +0,0 @@ -module.exports = { - config: { - // default font size in pixels for all tabs - fontSize: 14, - - // font family with optional fallbacks - fontFamily: 'Hermit, "DejaVu Sans Mono", "Lucida Console", monospace', - - // terminal cursor background color and opacity (hex, rgb, hsl, hsv, hwb or cmyk) - cursorColor: 'rgba(248,28,229,0.8)', - - // `BEAM` for |, `UNDERLINE` for _, `BLOCK` for █ - cursorShape: 'BLOCK', - - // color of the text - foregroundColor: '#fff', - - // terminal background color - backgroundColor: '#000', - - // border color (window, tabs) - borderColor: '#333', - - // custom css to embed in the main window - css: '', - - // custom css to embed in the terminal window - termCSS: '', - - // custom padding (css format, i.e.: `top right bottom left`) - padding: '10px 10px', - - // the full list. if you're going to provide the full color palette, - // including the 6 x 6 color cubes and the grayscale map, just provide - // an array here instead of a color map object - colors: { - black: '#000000', - red: '#ff0000', - green: '#33ff00', - yellow: '#ffff00', - blue: '#0066ff', - magenta: '#cc00ff', - cyan: '#00ffff', - white: '#d0d0d0', - lightBlack: '#808080', - lightRed: '#ff0000', - lightGreen: '#33ff00', - lightYellow: '#ffff00', - lightBlue: '#0066ff', - lightMagenta: '#cc00ff', - lightCyan: '#00ffff', - lightWhite: '#ffffff' - }, - - // the shell to run when spawning a new session (i.e. /usr/local/bin/fish) - // if left empty, your system's login shell will be used by default - shell: '', - - // for setting shell arguments (i.e. for using interactive shellArgs: ['-i']) - // by default ['--login'] will be used - shellArgs: ['--login'], - - // for environment variables - env: {}, - - // set to false for no bell - bell: false, - - // if true, selected text will automatically be copied to the clipboard - copyOnSelect: false - - // URL to custom bell - // bellSoundURL: 'http://example.com/bell.mp3', - - // for advanced config flags please refer to https://hyper.is/#cfg - }, - - // a list of plugins to fetch and install from npm - // format: [@org/]project[#version] - // examples: - // `hyperpower` - // `@company/project` - // `project#1.0.1` - plugins: [ - 'hyperterm-title', - 'hyperterm-atom-dark', - 'hyperterm-hidemenu', - 'hyperpower' - ], - - // in development, you can create a directory under - // `~/.hyper_plugins/local/` and include it here - // to load it and avoid it being `npm install`ed - localPlugins: [] -}; diff --git a/redshift b/redshift/redshift similarity index 100% rename from redshift rename to redshift/redshift diff --git a/screenrc b/screen/screenrc similarity index 100% rename from screenrc rename to screen/screenrc diff --git a/blurlock.sh b/scripts/blurlock.sh similarity index 100% rename from blurlock.sh rename to scripts/blurlock.sh diff --git a/es.sh b/scripts/es.sh similarity index 100% rename from es.sh rename to scripts/es.sh diff --git a/vim-to-nvim.sh b/scripts/vim-to-nvim.sh similarity index 100% rename from vim-to-nvim.sh rename to scripts/vim-to-nvim.sh diff --git a/bashrc b/shells/bashrc similarity index 100% rename from bashrc rename to shells/bashrc diff --git a/zshrc b/shells/zshrc similarity index 100% rename from zshrc rename to shells/zshrc diff --git a/init.vim b/vim/init.vim similarity index 100% rename from init.vim rename to vim/init.vim diff --git a/Xmodmap b/x/Xmodmap similarity index 100% rename from Xmodmap rename to x/Xmodmap diff --git a/Xresources b/x/Xresources similarity index 100% rename from Xresources rename to x/Xresources diff --git a/Xresources-UHD b/x/Xresources-UHD similarity index 100% rename from Xresources-UHD rename to x/Xresources-UHD diff --git a/Xresources-hidpi b/x/Xresources-hidpi similarity index 100% rename from Xresources-hidpi rename to x/Xresources-hidpi diff --git a/xinitrc b/x/xinitrc similarity index 100% rename from xinitrc rename to x/xinitrc