All Projects → florianbeer → vimrcfu

florianbeer / vimrcfu

Licence: other
🔥 vimrcfu - Share your best vimrc snippets

Programming Languages

PHP
23972 projects - #3 most used programming language
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
ApacheConf
554 projects

Projects that are alternatives of or similar to vimrcfu

vimfiles
Just my personal little vimfiles
Stars: ✭ 21 (-57.14%)
Mutual labels:  vimrc, vimrc-vim
dotfiles
🏡 ~/.*
Stars: ✭ 13 (-73.47%)
Mutual labels:  vimrc
Dev-Setup
Automation scripts for setting up a basic development environment.
Stars: ✭ 19 (-61.22%)
Mutual labels:  vimrc
dotfiles
Personal set of vim, zsh, git configs and scripts.
Stars: ✭ 23 (-53.06%)
Mutual labels:  vimrc
dot
Personal and professional dotfiles to setup my personal workspace on any Debian/Ubuntu system. Also available as rwxrob/workspace container.
Stars: ✭ 152 (+210.2%)
Mutual labels:  vimrc
dotfiles
❤ ~/.🛠🐈 the daily jam 🍞🥜🍇🍞
Stars: ✭ 55 (+12.24%)
Mutual labels:  vimrc
dotfiles
❤ My ~/.dotfiles for fish/vim/tmux/git/alacritty.
Stars: ✭ 44 (-10.2%)
Mutual labels:  vimrc
my-dotfiles
📁 Meus arquivos de configuração para as ferramentas do dia a dia
Stars: ✭ 17 (-65.31%)
Mutual labels:  vimrc
vim-sequence-diagram
A Vim plugin for previewing sequence diagram in a browser
Stars: ✭ 53 (+8.16%)
Mutual labels:  vimrc
vim config
🔰 好好编程的vim配置
Stars: ✭ 17 (-65.31%)
Mutual labels:  vimrc
dotfiles
💻 My dotfiles: .vimrc, .gitconfig, .bash_profile, etc
Stars: ✭ 27 (-44.9%)
Mutual labels:  vimrc
LunarVim
An IDE layer for Neovim with sane defaults. Completely free and community driven.
Stars: ✭ 9,296 (+18871.43%)
Mutual labels:  vimrc
VimConfig
Configuration files for Vi-IMproved.
Stars: ✭ 23 (-53.06%)
Mutual labels:  vimrc
dotfiles
💎 My vim/neovim, fish, git, and tmux configuration files
Stars: ✭ 49 (+0%)
Mutual labels:  vimrc
vimrc
Sane, Lightweight, and, Aesthetic VIM
Stars: ✭ 21 (-57.14%)
Mutual labels:  vimrc
config files
My config files
Stars: ✭ 17 (-65.31%)
Mutual labels:  vimrc
dotfiles
My personal quirks quantified in text form
Stars: ✭ 68 (+38.78%)
Mutual labels:  vimrc
dotfiles
My dotfiles
Stars: ✭ 22 (-55.1%)
Mutual labels:  vimrc
dotfiles
Personal dotfiles
Stars: ✭ 18 (-63.27%)
Mutual labels:  vimrc
nvimrc
My Neovim configuration. Supports macOS and Linux.
Stars: ✭ 31 (-36.73%)
Mutual labels:  vimrc

vimrcfu

http://vimrcfu.com

Made with Laravel 4.2


Set up

  • Clone the repository into a directory on your local machine (development) or server (production)
  • Follow the configuration steps below
  • vimrcfu uses Memcache for caching. If you don't want to install Memcache, set driver to file in app/config/cache.php.
  • Run composer install
  • Run php artisan migrate
  • Don't forget to smile once in a while!

Configuration

For development

  • Create a GitHub application, for example "vimrcfu dev", with your local Homepage URL and Authorization callback URL (e.g. http://vimrcfu.loc and http://vimrcfu.loc/login) and note the Client ID and Client Secret GitHub generates for your.
  • Create the file .env.local.php in the directory where you cloned the repository with the following content:
return [
  'DB_HOST'       => 'localhost', # Fill in your database host
  'DB_NAME'       => 'vimrcfu',   # Fill in your database name
  'DB_USER'       => 'root',      # Fill in your database username
  'DB_PASSWORD'   => '',          # Fill in your database password
  'APP_KEY'       => '',          # Choose a very random string with at least 32 characters
  'GITHUB_CLIENT' => '',          # Fill in your GitHub Client ID
  'GITHUB_SECRET' => '',          # Fill in your GitHub Client Secret
  'PIWIK_URL'     => '',          # Fill in URL if you want Piwik tracking
  'PIWIK_ID'      => '',          # Piwik site id
   ];

For production

  • In your webserver set an environment variable called APP_ENV and give it a value of production.

    • For Apache put the following in your vhost configuration: SetEnv APP_ENV production
    • For nginx if you use php-fpm put the following in your location block: fastcgi_param APP_ENV production;
  • Create the file .env.php in the directory where you cloned the repository with the same contents as above, but fill in your production database settings, Client ID and Client Secret (create a new application on GitHub with the actual Homepage URL and Authorization callback URL for your production domain).

Maintainer

vimrcfu is currently maintained by Florian Beer. If you have any questions please don't hesitate to get in touch.

The best way to ask questions is via GitHub issues or via Twitter @azath0th.

Contributing

Please see CONTRIBUTING for details.

License

Creative Commons License
vimrcfu by Florian Beer | 42dev is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

Please see LICENSE for more details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].