All Projects → arturoherrero → dotfiles

arturoherrero / dotfiles

Licence: other
A man's home is his castle. Never leave your dotfiles behind.

Programming Languages

shell
77523 projects
Vim Script
2826 projects

Projects that are alternatives of or similar to dotfiles

Hack Spacevim
🚀 Tell you how to hack SpaceVim. Be useful. Try Discussions!
Stars: ✭ 346 (+2062.5%)
Mutual labels:  vim-configuration
Dotfiles
My awesome dotfiles 🚀
Stars: ✭ 47 (+193.75%)
Mutual labels:  vim-configuration
Vinux
Swiss Army Knife,Dark power vim config
Stars: ✭ 198 (+1137.5%)
Mutual labels:  vim-configuration
Vim Init
轻量级 Vim 配置框架,全中文注释
Stars: ✭ 478 (+2887.5%)
Mutual labels:  vim-configuration
Dot vim
🐉 The Vim Configuration of Champions. Uses Plug to manage roughly four thousand plugins. The dragon symbolizes complexity.
Stars: ✭ 660 (+4025%)
Mutual labels:  vim-configuration
Config
My configuration files feat. hardcore Vim scripts
Stars: ✭ 94 (+487.5%)
Mutual labels:  vim-configuration
my-little-friends
Moved to https://gitlab.com/skybert/my-little-friends
Stars: ✭ 62 (+287.5%)
Mutual labels:  vim-configuration
vimrc
A shell script to deploy my vim configuration
Stars: ✭ 19 (+18.75%)
Mutual labels:  vim-configuration
Vimrc
📝 Vim Configuration for nerds with vim-plug
Stars: ✭ 33 (+106.25%)
Mutual labels:  vim-configuration
Vim Bootstrap
Vim Bootstrap is a generator that provides a simple method of generating a configuration for vim / neovim.
Stars: ✭ 1,870 (+11587.5%)
Mutual labels:  vim-configuration
Vim Plugins Profile
🕓 Profile Vim's plugins, generate awesome statistics and optimize (n)vim startup time
Stars: ✭ 508 (+3075%)
Mutual labels:  vim-configuration
Dotfiles
💾 Ian's dotfiles, utils, and Zsh/Vim/tmux configs
Stars: ✭ 554 (+3362.5%)
Mutual labels:  vim-configuration
.vim
✌️ A modular (Neo)Vim configuration
Stars: ✭ 104 (+550%)
Mutual labels:  vim-configuration
Ivim
I love Vim, and I also love modifying it to be more convenient and efficient. So I name it "ivim"! Welcome to contribute to ivim.
Stars: ✭ 476 (+2875%)
Mutual labels:  vim-configuration
Vimrc Config
re-vim: sensible vim configuration
Stars: ✭ 212 (+1225%)
Mutual labels:  vim-configuration
Spacevim
A community-driven modular vim/neovim distribution - The ultimate vimrc
Stars: ✭ 17,558 (+109637.5%)
Mutual labels:  vim-configuration
Learn Vim
无废话极简版Vim学习笔记!文章按主题分拆为多个章节,并尽量控制每节的信息量;通过文字色彩和字体,将命令、快捷键突出显示;在每节结尾,提供一个命令列表,以便回顾文中介绍的重要命令。如果这些文章能对喜欢Vim的朋友有所益处,我将不胜荣幸。
Stars: ✭ 83 (+418.75%)
Mutual labels:  vim-configuration
nvim
There are many neovim configurations, but this one is mine...
Stars: ✭ 41 (+156.25%)
Mutual labels:  vim-configuration
Space Vim
🍀 Lean & mean spacemacs-ish Vim distribution
Stars: ✭ 2,785 (+17306.25%)
Mutual labels:  vim-configuration
Vim For Coding
vim-for-coding
Stars: ✭ 110 (+587.5%)
Mutual labels:  vim-configuration

$HOME sweet ~/

Common shell stuff, dotfiles and little utilities.

All the dotfiles in ~/$HOME are symbolic links with the corresponding file to this repository. Therefore, I can now modify the files directly in this repository and the changes will be applied to the system.

GitHub <-> dotfiles <- ~/$HOME

Basic

Scaled display: System Preferences -> Displays.

Prerequisites

Install Homebrew:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Install Git:

brew install git

Create projects directory:

mkdir projects

Installation

Clone the repository:

cd projects
git clone [email protected]:arturoherrero/dotfiles.git

Run the bootstrap command:

cd dotfiles
sh bootstrap

Update the dotfiles

To update the dotfiles, I can pull the latest change from the repository or I can just use a shell function anywhere:

updateme

Custom configuration

Using system/zcustom.sh file, I can add any custom configuration that is not going to be persisted in the repository.

Who made this?

This was made by Arturo Herrero under the MIT License. Find me on Twitter @ArturoHerrero.

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].