Convert Figma logo to code with AI

webpro logoawesome-dotfiles

A curated list of dotfiles resources.

9,020
336
9,020
4

Top Related Projects

My Ubuntu / OS X dotfiles.

Quick Overview

The webpro/awesome-dotfiles repository is a curated list of dotfiles and dotfile frameworks. It serves as a comprehensive resource for developers looking to manage their configuration files, customize their development environment, and streamline their workflow across different systems.

Pros

  • Extensive collection of dotfile resources, frameworks, and tools
  • Well-organized and categorized, making it easy to find specific tools or configurations
  • Regularly updated with new contributions from the community
  • Includes both individual dotfiles and complete dotfile management frameworks

Cons

  • Can be overwhelming for beginners due to the large number of options
  • Lacks detailed explanations or comparisons of different tools and frameworks
  • Some listed resources may become outdated or unmaintained over time
  • Does not provide direct implementation guidance or best practices

Code Examples

This repository is not a code library, but rather a curated list of resources. Therefore, there are no code examples to provide.

Getting Started

As this is not a code library, there are no specific getting started instructions. However, users can begin by browsing the repository's README.md file on GitHub to explore the various categories and resources listed. To use the repository effectively:

  1. Visit the webpro/awesome-dotfiles GitHub page
  2. Browse through the different sections (e.g., Dotfiles, Tools, Tutorials)
  3. Click on links that interest you to explore specific dotfile repositories or tools
  4. Consider starring the repository to easily find it later and stay updated on new additions

Competitor Comparisons

My Ubuntu / OS X dotfiles.

Pros of dotfiles

  • Provides a complete, ready-to-use dotfiles setup
  • Includes a comprehensive installation script
  • Offers extensive customization for various tools and environments

Cons of dotfiles

  • May be overwhelming for beginners due to its complexity
  • Less flexible for users who want to cherry-pick specific configurations
  • Requires more setup time compared to a curated list of resources

Code Comparison

dotfiles:

#!/usr/bin/env bash

# Bash options
set -o errexit
set -o pipefail
set -o nounset

# Source all files in "source"
function src() {
  local file
  for file in "$DOTFILES/source/$1"/*; do
    source "$file"
  done
}

awesome-dotfiles:

## Tools

- [Ansible](https://www.ansible.com/) - Radically simple configuration management.
- [bashdot](https://github.com/bashdot/bashdot) - Minimalist dotfile management framework.
- [chezmoi](https://chezmoi.io/) - Manage your dotfiles across multiple machines, securely.
- [dotbot](https://github.com/anishathalye/dotbot) - Tool that bootstraps your dotfiles.
- [dotdrop](https://github.com/deadc0de6/dotdrop) - Save your dotfiles once, deploy them everywhere.

The awesome-dotfiles repository serves as a curated list of dotfiles resources, tools, and examples, while dotfiles is a complete dotfiles setup with installation scripts and extensive customization. awesome-dotfiles is more suitable for users looking to explore different options and build their own setup, whereas dotfiles provides a ready-to-use configuration that can be installed quickly but may require more time to understand and customize.

Convert Figma logo designs to code with AI

Visual Copilot

Introducing Visual Copilot: A new AI model to turn Figma designs to high quality code using your components.

Try Visual Copilot

README

Awesome Dotfiles Awesome

A curated list of dotfiles resources. Inspired by the awesome list thing. Note that some articles or tools may look old or old-fashioned, but this usually means they're battle-tested and mature (like dotfiles themselves). Feel free to propose new articles, projects or tools!

Articles

Introductions

Tutorials

Shell startup

Using specific tools

Find dotfiles repos

There are many great dotfiles repos out there, each containing their own inspiration and gems. One way to go through them is to search GitHub for "dotfiles".

Also see:

Example dotfiles repos

A collection of the most popular, well-maintained, and collaborative dotfiles repositories & frameworks. Some projects contain just the dotfiles. Others go further by allowing you to easily add your own custom dotfiles, and some include scripts to manage dotfiles and plugins.

Bash

TitleDescriptionFocus
Bash itCommunity bash framework.Autocompletion, themes, aliases, custom functions. Well-structured framework
Mathias’s dotfilesSensible hacker defaults for macOS🔧 .files, including ~/.macos — sensible hacker defaults for macOS
webpro's dotfilesmacOS dotfilesBash, Homebrew, Brew Cask, Git, Node.js, Hammerspoon.
rootbeersoup's dotfilesEffortless Bash, Vim and macOS configurationA curl | sh installer and a Makefile offer portable and effortless setup for either permanent or temporary configuration.

Zsh

TitleDescriptionFocus
thoughtbot dotfilesSet of vim, zsh, git, and tmux configuration filesZsh, vim, tmux, git, homebrew. Uses rcm.
oh-my-zshCommunity-driven framework for managing your zsh configuration.Oh My Zsh is an open source, community-driven framework for managing your Zsh configuration
PreztoThe configuration framework for Zsh.Enriches the command line interface environment with sane defaults, aliases, functions, auto completion, and prompt themes.
Dries's dotfilesSimplified approach to dotfiles for macOSZsh, Oh My Zsh, macOS, Homebrew, Mackup
sobolevn's dotfilesDotfiles for the developer happinessmacOS, zsh, brew, vscode, codespaces, python, node, elixir
yutkat's dotfilesWell-maintained dotfiles that use CI to test and measure startup speeds.Zsh, Neovim, Wezterm, swaywm working on Arch/Ubuntu/Fedora Linux.
Luke's voidriceMy dotfiles (deployed by LARBS)Zsh, vim/nvim, zsf
2KAbhishek's dots2kPassionately crafted, extensible dotfiles with multi platform supportCLI tools at core, with extensions for different platforms (windows/mac/android), editors and window managers
ZimModular, customizable, and blazing fast Zsh frameworkZim is a Zsh configuration framework that bundles a plugin manager, useful modules, and a wide variety of themes, without compromising on speed.

Fish

TitleDescriptionFocus
oh-my-fishThe Fish Shell FrameworkCore infrastructure to allow you to install packages to extend/modify your shell
Paul's dotfilespaul's fish, bash, git, etc config files. good stuff.Fish, macOS, Homebrew, Custom Shell functions
rkalis's dotfilesWell-maintained dotfiles featuring Fish, repository management and HammerspoonFish, macOS, Homebrew, Repository management, Hammerspoon

Ansible

TitleDescriptionFocus
.dotsNew and upgraded dotfiles, now with Ansible!Completely automated desktop setup, configuration and maintenance using Ansible
sloria's dotfilessloria's dotfiles as Ansible rolesSets up a full local development environment with a single command

Tools

  • Ansible - Radically simple configuration-management, application deployment, task-execution, and multinode orchestration engine.
  • bashdot - Minimalist dotfile management framework written entirely in bash.
  • chezmoi - Manage your dotfiles securely across multiple machines.
  • comtrya - Configuration management for localhost, written in Rust, for Linux, BSD, macOS, and Windows.
  • dotbare - Manage dotfiles interactively with fzf.
  • dotbot - Tool that bootstraps your dotfiles.
  • dotdrop - Save your dotfiles once, deploy them everywhere.
  • Fisher - A package manager for Fish.
  • fresh - Keep your dotfiles fresh. Fresh is a tool to source shell configuration (aliases, functions, etc) from others into your own configuration files.
  • GNU Stow - Symlink farm manager which takes distinct packages of software and/or data located in separate directories on the filesystem, and makes them appear to be installed in the same place.
  • homeshick - Git dotfile synchronizer written in Bash.
  • mackup - Keep your application settings in sync (macOS/Linux).
  • Pearl - Package manager that allows to control, sync, share dotfiles as packages automatically activated during shells or editors startup. There is a wide range of packages already available. in the Official Pearl Hub (for Linux and OSX).
  • rcm - rc file (dotfile) management.
  • themer - Manage and generate themes across your development tools from within your dotfiles.
  • toml-bombadil - Templatize and manage your dotfiles.
  • xdg-ninja - A shell script which checks your $HOME for unwanted files and directories.
  • yadm - Tool for managing a collection of files across multiple computers, using a shared Git repository and some additional features.

macOS

  • dockutil - Command line tool for managing dock items.
  • mas - Mac App Store command line interface.
  • zero - Radically simple personal bootstrapping tool for macOS.

Miscellaneous

Related Lists

  • Awesome Dev Env - Curated list of awesome tools, resources and workflow tips making an awesome development environment.
  • Awesome Fish - Curated list of packages, prompts, and resources for the fish shell.
  • Awesome Shell - Curated list of awesome command-line frameworks, toolkits, guides and gizmos.
  • Awesome Sysadmin - A curated list of amazingly awesome open source sysadmin resources.
  • Awesome Zsh Plugins - List of Zsh plugins suitable for use with oh-my-zsh, antigen & Prezto.
  • Terminals Are Sexy - A curated list of Terminal frameworks, plugins & resources for CLI lovers.

Archive/abandoned projects

License

CC0

To the extent possible under law, Lars Kappert has waived all copyright and related or neighboring rights to this work.