All Projects → stevenharman → config

stevenharman / config

Licence: other
holy cow, wholly config! Vim, Zshell, Ack, & the rest of my dot-files.

Programming Languages

Vim Script
2826 projects
shell
77523 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to config

dotfiles
My arch setup script and dotfiles
Stars: ✭ 37 (+76.19%)
Mutual labels:  config, vimrc
lvim
My config for LunarVim
Stars: ✭ 71 (+238.1%)
Mutual labels:  config, vimrc
dotfiles
/home/yous
Stars: ✭ 43 (+104.76%)
Mutual labels:  config, vimrc
nvimrc
My Neovim configuration. Supports macOS and Linux.
Stars: ✭ 31 (+47.62%)
Mutual labels:  config, vimrc
Unitial
🖥 My rc / configs / dotfiles 📂
Stars: ✭ 29 (+38.1%)
Mutual labels:  config, vimrc
Dotfiles
⚡️ Awesome configurations for the development environments
Stars: ✭ 137 (+552.38%)
Mutual labels:  config, vimrc
dotfiles
My personal monorepo: dotfiles, /etc-files, single-file scripts, vim plugins, webexts/userscripts, xmonad config, all that stuff…
Stars: ✭ 84 (+300%)
Mutual labels:  config, vimrc
dotfiles
My main working machine setup. Here be cyber dragons, and optional bugs.
Stars: ✭ 35 (+66.67%)
Mutual labels:  vimrc
configster
Rust library for parsing configuration files
Stars: ✭ 19 (-9.52%)
Mutual labels:  config
react-native-config-reader
🛠 Easily access any of the build configs defined in build.gradle or info.plist from your JS code.
Stars: ✭ 44 (+109.52%)
Mutual labels:  config
rust cms
使用Rust编写一个CMS(内容管理系统)可以做为个人博客,公司网站
Stars: ✭ 32 (+52.38%)
Mutual labels:  config
stylelint-config
Sharable stylelint config used by GitHub's CSS
Stars: ✭ 194 (+823.81%)
Mutual labels:  config
dots-personal
My personal dotfiles. Uses the dots utility to manage installation and organization.
Stars: ✭ 30 (+42.86%)
Mutual labels:  vimrc
Flex-AntiCheat
Flex AntiCheat - Optimized Configs For Multiple AntiCheats
Stars: ✭ 37 (+76.19%)
Mutual labels:  config
csgo-server-configs
CS:GO Server Configs for Competitive 5v5, Knife Round, Aim Map and FFA Deathmatch
Stars: ✭ 24 (+14.29%)
Mutual labels:  config
crab
Golang API Framework
Stars: ✭ 57 (+171.43%)
Mutual labels:  config
dotfiles
🔧 My dotfiles on  macOS for Neovim, Zsh, kitty, lf, etc
Stars: ✭ 90 (+328.57%)
Mutual labels:  config
dotfiles
A total nord dotfiles used by me. Forever work in progress.
Stars: ✭ 35 (+66.67%)
Mutual labels:  vimrc
bspwm rice
bspwm confs and rice
Stars: ✭ 31 (+47.62%)
Mutual labels:  config
vimrc
Simple VIM settings in a single .vimrc file.
Stars: ✭ 24 (+14.29%)
Mutual labels:  vimrc

My config files

⚙️ Setup

Installation is as easy as ln -s. Seriously, that's about all that's going on here. Each of these dotfiles is symlinked into your home (~) directory. From there, the OS takes over.

rake install

If there's an existing file/symlink, you'll be prompted to skip, overwrite, or backup before proceeding. If you know you want to overwrite everything and not be prompted,

# Force overwriting everything
OVERWRITE_DOTFILES=true rake install

🚧 Windows

The following rake task will tweak a few of the default configs to better behave on Windows. I don't use Windows these days, so no guarantees. If it breaks, feel free to keep both pieces.

rake install:windows

🧩 Dependencies

External dependencies (e.g., ctags, fzf, etc…) are managed via Homebrew. To install the (currently known) dependencies,

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