Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ryym/dotfiles

Repository files navigation

Dotfiles

This repository manages:

  • my configuration files for some basic development tools I usually use (dotfiles).
  • the installation scripts of them (sync).

Supported OS

  • macOS
  • Fedora
  • Arch Linux

Prerequisites

Necessary command line tools:

  • bash
  • git
  • make
  • sudo
  • which

Necessary package managers:

Installation

git clone https://github.com/ryym/dotfiles ~/.dotfiles
cd ~/.dotfiles && make

Available tasks

You can use make to sync your local environment with this repository. And you can re-run these tasks anytime to re-sync the environment.

# Run default task (make install link).
make

# Install tools.
make install
Task Description
dryrun Show install commands without executing them.
install Install development tools.
link Create symbolic links of the configuration files in your directory.
unlink Remove symbolic links created by the link task.

Inspiration

About

My configuration files

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published