Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 980 Bytes

README.md

File metadata and controls

39 lines (33 loc) · 980 Bytes

简介

本github库基于以下目的:

  • 分享我的配置
  • 提供用于快速提交配置文件的sh脚本

用法

基本流程如下:

git clone git@github.com:along-emacs/nethack-config.git
cd nethack-config
sh update.sh

如果是第一次运行,会问你用户名与密码。 需要注意的是用户名和密码会直接保存在本地。

计划

  • 继续完善物品颜色高亮显示
  • 暂定

Intro

this github repository is based on such reasons:

  • share config
  • provide sh script for commiting your changes quickly

Usage

the usage basic as this:

git clone git@github.com:along-emacs/nethack-config.git
cd nethack-config
sh update.sh

in the first time, it will ask your username and password. be attention, your username and password will save in your local machine.

TODO

  • complete items in MENUCOLORS
  • etc...