feat add vpn, emacs and pwd mgmt setup

This commit is contained in:
dancingCycle 2022-02-14 07:33:50 -05:00
parent c00788f2e1
commit 32d3ec2e39
5 changed files with 27 additions and 0 deletions

View File

@ -18,6 +18,7 @@ Documentation for artitrary setups
* [Setup NPM](doc/setup-npm.md)
* [Setup Password Manager](doc/setup-pwd-mgmt.md)
* [Create Group and User](doc/create-grp-usr.md)
* [Setup Emacs](doc/setup-emacs.md)
* To-do List
* gitk
* Java

View File

@ -0,0 +1,5 @@
/*
* SPDX-FileCopyrightText: 2022 Software Ingenieur Begerad <swingbe.de>
*
* SPDX-License-Identifier: CC0-1.0
*/

11
doc/setup-emacs.md Normal file
View File

@ -0,0 +1,11 @@
# Setup Emacs
* get the latest version of installed packages and refresh the repo cache
```
sudo apt update
```
* install Emacs directly from the official repository
```
sudo apt install emacs --no-install-recommends
```

View File

@ -0,0 +1,5 @@
/*
* SPDX-FileCopyrightText: 2022 Software Ingenieur Begerad <swingbe.de>
*
* SPDX-License-Identifier: CC0-1.0
*/

View File

@ -0,0 +1,5 @@
/*
* SPDX-FileCopyrightText: 2022 Software Ingenieur Begerad <swingbe.de>
*
* SPDX-License-Identifier: CC0-1.0
*/