All Projects → jez → Dotfiles

jez / Dotfiles

Licence: mit
My personal collection of configuration files.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Dotfiles

Mrm
Codemods for your project config files
Stars: ✭ 900 (+757.14%)
Mutual labels:  cli, dotfiles, config
Wlh Dotfiles
my dotfiles
Stars: ✭ 18 (-82.86%)
Mutual labels:  dotfiles, config
Dasel
Query, update and convert data structures from the command line. Comparable to jq/yq but supports JSON, TOML, YAML, XML and CSV with zero runtime dependencies.
Stars: ✭ 759 (+622.86%)
Mutual labels:  cli, config
Dotfiles
My dotfiles 🚀. Includes configs for neovim, tmux, zsh, alacritty and more.
Stars: ✭ 47 (-55.24%)
Mutual labels:  dotfiles, config
Dotbare
Manage dotfiles and any git directories interactively with fzf
Stars: ✭ 327 (+211.43%)
Mutual labels:  dotfiles, config
Awesome Dotfiles
Dotfiles for awesome people using the awesomewm linux environment
Stars: ✭ 409 (+289.52%)
Mutual labels:  dotfiles, config
Awesome Hammerspoon
awesome configuration for Hammerspoon.
Stars: ✭ 928 (+783.81%)
Mutual labels:  dotfiles, config
configs
all config files that I use/used
Stars: ✭ 14 (-86.67%)
Mutual labels:  config, dotfiles
Pilgo
Configuration-based dotfiles manager
Stars: ✭ 78 (-25.71%)
Mutual labels:  cli, dotfiles
Dotfiles
Gallery : https://fikriomar16.deviantart.com/
Stars: ✭ 79 (-24.76%)
Mutual labels:  dotfiles, config
Gomplate
A flexible commandline tool for template rendering. Supports lots of local and remote datasources.
Stars: ✭ 1,270 (+1109.52%)
Mutual labels:  cli, config
Crudini
A utility for manipulating ini files
Stars: ✭ 292 (+178.1%)
Mutual labels:  cli, config
dotfiles
My arch setup script and dotfiles
Stars: ✭ 37 (-64.76%)
Mutual labels:  config, dotfiles
Ini Parser
Read/Write an INI file the easy way!
Stars: ✭ 643 (+512.38%)
Mutual labels:  cli, config
eRCaGuy dotfiles
.bashrc file, terminal prompt that shows current git branch, Arduino setup, Eclipse setup, git diff with line numbers, helpful scripts, improved Linux productivity, etc.
Stars: ✭ 84 (-20%)
Mutual labels:  config, dotfiles
Dots
A Repository For Config Files / Dotfiles / Themes / Color Schemes / Etc...
Stars: ✭ 100 (-4.76%)
Mutual labels:  dotfiles, config
Stow
GNU Stow - mirror of savannah git repository occasionally with more bleeding-edge branches
Stars: ✭ 207 (+97.14%)
Mutual labels:  cli, dotfiles
autorice
Autorice 9001 ~ Simple and fast arch setup in minutes
Stars: ✭ 55 (-47.62%)
Mutual labels:  config, dotfiles
Dotfiles
Setup your Mac and sync it with your other machines.
Stars: ✭ 61 (-41.9%)
Mutual labels:  dotfiles, config
Dots
just dotfiles ¯\_(ツ)_/¯
Stars: ✭ 90 (-14.29%)
Mutual labels:  dotfiles, config

jez does dotfiles

xkcd: Automation

Installation

Unless you're sitting next to me, I wouldn't really recommend a complete installation of these dotfiles. They might get to that polished, pristine state at some point, but right now they're not there.

They're getting closer though.

If you insist, you can see the steps that I run through when setting up a new OS X laptop or server. They read like scripts, but please don't run them like scripts. I've never needed them to be robust enough to be run attended; I always just copy and paste each command one at a time in case something has changed between the last time I set up a device and now.

I suppose for those that just want the dotfiles getting set up is as easy as

git clone --recursive https://github.com/jez/dotfiles ~/.dotfiles
cd ~/.dotfiles
RCRC="./rcrc" rcup

However, my dotfiles make a heavy-handed assumption that you're using zsh + OS X + Homebrew + iTerm2 most of the time, which is agreeable for me but maybe unagreeable for you. This is why I wouldn't recommend just cloning the repo and running with it. If you're looking for a solution like that, there are plenty of excellent resources online at https://dotfiles.github.io.

Organization

The biggest changes in this rewrite of my dotfiles is the new organization. It uses rcm heavily to help organize per-host configuration settings, as well as modularity to make swapping code in and out easier under when using rcm. For example, most of my zshrc is actually chopped up into files hidden within the util/ directory.

Noteworthy Dotfile Hacks

I blogged about the snippets of my dotfiles that I find noteworthy here, if you'd rather read English than drudge through config file code.

Credits

I've rewritten my dotfiles many times (hence the above comic XD), and each time I've been influenced by someone new. These people include bezi, tomshen, and holman.

LICENSE

MIT License. See LICENSE.

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