gaoyuankidult / Config

This repo contains my git repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Config:

This repo is a personal configeration folder made by Alex Yuan Gao. It is used to automatically install nessasery libraries on a new linux based computer. Currently, this repo only supports installation on lubuntu. I occationally update this repo and the next support OS will be LFS.

Installation Files

Two installation files are used in this folder, namely lubuntu_setup.sh and reset.sh

  • lubuntu_setup.sh is used to install all the configerations files to there places.
  • reset.sh is used to remove all the installed files.

Git Files

  • .gitconfig specifies system params and liases for git.
  • .gitignore specipies intentionally untracked files.

Emacs Files/Folders

All emacs files/folders will be softlinked to ~/.emacs.d/. Please check setup file for more specifications.

  • init.el will be excuted when emacs is started. This file includes all *.el files.
  • 00-editor.el specifies editor related emacs settings.
  • 00-editor contains all libraies need by 00-editor.el.
  • 01-system.el speficies system related emacs settings.
  • load-directory-mu.el is a common lisp library files used to load all libraries in a folder.

Bash Files

  • .profile contains personal bash configerations.

About

This repo contains my git repository


Languages

Language:TeX 41.7%Language:Shell 35.7%Language:Emacs Lisp 22.5%Language:Python 0.1%