forked from extern/nix-config
26 lines
358 B
Markdown
26 lines
358 B
Markdown
|
# Code
|
||
|
|
||
|
Code is a GUI text editor.
|
||
|
|
||
|
## Dependencies
|
||
|
|
||
|
- [code][code] - The open source build of a popular non-free text editor
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
```sh
|
||
|
make package=code
|
||
|
```
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
Install the extensions I use with:
|
||
|
|
||
|
```sh
|
||
|
make code-extensions
|
||
|
```
|
||
|
|
||
|
Then, start Code as you normally would.
|
||
|
|
||
|
[code]: https://www.archlinux.org/packages/community/x86_64/code/
|