mirror of
https://github.com/wekan/wekan.git
synced 2026-03-03 20:30:15 +01:00
Updated Asahi (markdown)
parent
3cb317c291
commit
11a3d3a57c
1 changed files with 11 additions and 1 deletions
12
Asahi.md
12
Asahi.md
|
|
@ -29,10 +29,20 @@ sudo pacman -Syuu
|
|||
|
||||
```
|
||||
sudo pacman -S git unp zip unzip p7zip qemu-desktop virt-manager remmina libreoffice-fresh \
|
||||
base-devel gimp inkscape keepassxc lazarus haxe zig godot sqlite3 curl wget mlocate
|
||||
base-devel gimp inkscape keepassxc lazarus haxe zig godot sqlite3 curl wget mlocate nano
|
||||
```
|
||||
base-devel is like build-essential on Debian.
|
||||
|
||||
## Nano
|
||||
```
|
||||
nano .zshrc
|
||||
```
|
||||
To bottom add:
|
||||
```
|
||||
export EDITOR=nano
|
||||
```
|
||||
Close and reopen terminal (like Konsole).
|
||||
|
||||
## Node.js
|
||||
|
||||
Node.js 14.x version https://wiki.archlinux.org/title/node.js
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue