https://github.com/lexuge/config
My config stuffs
https://github.com/lexuge/config
Last synced: 4 months ago
JSON representation
My config stuffs
- Host: GitHub
- URL: https://github.com/lexuge/config
- Owner: LEXUGE
- License: gpl-3.0
- Created: 2019-06-08T02:52:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-06T04:48:10.000Z (over 6 years ago)
- Last Synced: 2025-04-04T16:27:57.010Z (about 1 year ago)
- Language: Emacs Lisp
- Size: 191 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Config
Harry Ying's configs
## Build status
[](https://travis-ci.org/LEXUGE/config)
# File description
File | Description
--- | ---
`emacs/` | Emacs configs
`package-list/` | Folder for package lists, including AUR and non-AUR
`hooks/` | All the pacman hook configs
`scripts/` | All the scripts that help you to utilize configs
# Prerequisites
Assume you are using Arch Linux in which the package manager is `pacman`.
## archinstall.sh
Kindly check and manually edit the partition name format in `select_device`.
## git.sh
Have my secret key imported.
## Emacs
Two viable ways:
1. Use `emacs.sh`
2. Use [Centaur Emacs](https://github.com/seagle0128/.emacs.d) as the configuration
base and `custom*.el` which refer(s) to my customization upon Centaur Emacs.
## RLS (Rust Language Server)
If you want to use RLS, you need to add following components in rustup:
```
rustup component add rls rust-src rust-analysis
```
Then use `cargo build` in your project root folder for the first time.
# Usage
Simply override your own configs.