项目作者: arc-hugo

项目描述 :
Personnal Arch Linux dotfiles
高级语言: Python
项目地址: git://github.com/arc-hugo/dotfiles.git
创建时间: 2020-05-05T21:47:52Z
项目社区:https://github.com/arc-hugo/dotfiles

开源协议:MIT License

下载


Dotfiles

Personnal dotfiles for my Arch Linux system

shell

Installation

It is recommanded to fork this repository so that you can easily review and adapt the code to your system.

Clone it in your HOME directory.

  1. git clone --bare https://github.com/arc-hugo/dotfiles.git $HOME/.dotfiles

Define an alias in the current shell.

  1. alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'

Checkout the repository content.

  1. dotfiles checkout

YOU’RE GOOD TO GO!