All Projects → gigo6000 → dotfiles

gigo6000 / dotfiles

Licence: other
💻 My dotfiles: .vimrc, .gitconfig, .bash_profile, etc

Programming Languages

Vim Script
2826 projects
Vim Snippet
174 projects
shell
77523 projects

Projects that are alternatives of or similar to dotfiles

Init.nvim
An Opinionated Neovim Config for the Minimalists
Stars: ✭ 194 (+618.52%)
Mutual labels:  vimrc, prettier
vimrc
Sane, Lightweight, and, Aesthetic VIM
Stars: ✭ 21 (-22.22%)
Mutual labels:  vimrc, vundle
Vcsh
config manager based on Git
Stars: ✭ 1,836 (+6700%)
Mutual labels:  dotfiles-resources, dotfiles-setup
dotfiles
my personal dotfiles managed by dotbot, zinit
Stars: ✭ 65 (+140.74%)
Mutual labels:  vimrc, vundle
awesome-vue-boilerplate
😍 Awesome Vue Boilerplate 🥳 Vue 🥰 Vuex, vuex-pathify 🤗 element-ui 🤲 tailwindcss
Stars: ✭ 60 (+122.22%)
Mutual labels:  prettier
generator-bunny
🐰 Jumpstart node module, like a bunny!
Stars: ✭ 13 (-51.85%)
Mutual labels:  prettier
dotfiles
These dotfiles could be your life.
Stars: ✭ 42 (+55.56%)
Mutual labels:  vimrc
dotfiles
🍀 Vim/Neovim + Tmux + Zsh + Alacritty = Build your own fantastic development environment
Stars: ✭ 65 (+140.74%)
Mutual labels:  vimrc
website
Personal website and blog built with Next.js, Preact, MDX, Tailwind CSS and hosted on Vercel.
Stars: ✭ 17 (-37.04%)
Mutual labels:  prettier
dot
Personal and professional dotfiles to setup my personal workspace on any Debian/Ubuntu system. Also available as rwxrob/workspace container.
Stars: ✭ 152 (+462.96%)
Mutual labels:  vimrc
prettier
🔨 Native, blazingly-fast Prettier CLI on Github Actions
Stars: ✭ 19 (-29.63%)
Mutual labels:  prettier
dotfiles
❤ My ~/.dotfiles for fish/vim/tmux/git/alacritty.
Stars: ✭ 44 (+62.96%)
Mutual labels:  vimrc
zero
📦 A zero config scripts library
Stars: ✭ 17 (-37.04%)
Mutual labels:  prettier
csharpier
CSharpier is an opinionated code formatter for c#.
Stars: ✭ 337 (+1148.15%)
Mutual labels:  prettier
LunarVim
An IDE layer for Neovim with sane defaults. Completely free and community driven.
Stars: ✭ 9,296 (+34329.63%)
Mutual labels:  vimrc
dotfiles
dotfiles
Stars: ✭ 13 (-51.85%)
Mutual labels:  vimrc
reactjs-vite-tailwindcss-boilerplate
ReactJS + Vite boilerplate to be used with Tailwindcss.
Stars: ✭ 103 (+281.48%)
Mutual labels:  prettier
dotfiles
💎 My vim/neovim, fish, git, and tmux configuration files
Stars: ✭ 49 (+81.48%)
Mutual labels:  vimrc
web-build-tool-demo
比较全面的前端构建工具demo,拿来即练,不定时更新,包含git npm gulp webpack babel typescript husky eslint tslint lint-stage prettier等
Stars: ✭ 42 (+55.56%)
Mutual labels:  prettier
express-ts-api-boilerplate
Express TypeScript API Boilerplate
Stars: ✭ 15 (-44.44%)
Mutual labels:  prettier

Carlos's dotfiles

forthebadge forthebadge

This are my dotfiles. I use mac and I mainly do PHP/Javascript development on MacVim.

Prerequisites

  • GIT
  • Bash
  • MacVIM works best for the color schemes
  • Yarn (to compile some plugins)
  • Brew (to install some packages)
  • Prettier
  • php-cs-fixer

Features

  • Code formatting : Using Prettier to format Javascript code on saving and php-cs-fixer to format PHP code.
  • Syntax Highlighting : Nice syntax for Javascript (React), PHP (Laravel) and other languages.
  • Color Schemes: Tons of color schemes provided by flazz/vim-colorschemes, also my custom theme called blanco.
  • Fuzzy Search Files: Type partial filenames and/or paths to quickly find files in your project.
  • File System Explorer: Browse and view the files and folders in your project.
  • Linting and LSP: Get warnings in the code to prevent bugs. Rename functions/methods across multiple files (Intelephense license required: https://intelephense.com/).
  • Autocomplete Code: Using Ultisnips and Emmet to autocomplete code.

Install

Run this command to set up VIM:

./vim-setup.sh

Quick Commands

  • Ctrl + p = To start fuzzy searching a file
  • Ctrl + n = To open file system explorer
  • \rn = To rename a function/method
  • div.btn then type ,, = Generates this html <div class="btn"></div> using Emmet
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].