generated from Templates/Baseline
adds content help
All checks were successful
ci/woodpecker/push/renovate Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/next Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
ci/woodpecker/pr/renovate Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/pr/deploy Pipeline was successful
ci/woodpecker/pr/next Pipeline was successful
All checks were successful
ci/woodpecker/push/renovate Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/next Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
ci/woodpecker/pr/renovate Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/pr/deploy Pipeline was successful
ci/woodpecker/pr/next Pipeline was successful
This commit is contained in:
parent
14defd1ca7
commit
8f0721bd21
46
README.md
46
README.md
@ -32,16 +32,17 @@ The container is based on the latest `linuxserver/code-server` image.
|
|||||||
|
|
||||||
### 🚀 Starship prompt
|
### 🚀 Starship prompt
|
||||||
|
|
||||||
The [Starship](starship.rs) prompt is added an enabled as default. Default config uses Emojis and FiraCode icons.
|
The [Starship](starship.rs) prompt is added and enabled as default. Default config uses Emojis and FiraCode icons.
|
||||||
|
|
||||||
### 🔱 git config
|
### 🔱 git config
|
||||||
|
|
||||||
Adds default system config with:
|
Adds default git system config file with:
|
||||||
|
|
||||||
|
- code-server as default editor.
|
||||||
|
- disabled `aurocrlf`.
|
||||||
- enabled plain credential store for remote.
|
- enabled plain credential store for remote.
|
||||||
- enabled bash completion for git command.
|
- added git log helper `lg1` + `lg2`.
|
||||||
- added git log helper `lg1` + `lg2`
|
- enabled bash completion for git command in integrated bash terminal.
|
||||||
|
|
||||||
> 💡 See [gitconfig-system](./gitconfig-system) for details.
|
> 💡 See [gitconfig-system](./gitconfig-system) for details.
|
||||||
|
|
||||||
### 🧙 Added `arkanum` helper script
|
### 🧙 Added `arkanum` helper script
|
||||||
@ -68,20 +69,48 @@ This helps reducing the image size.
|
|||||||
Example 2: arkanum golang nodejs
|
Example 2: arkanum golang nodejs
|
||||||
Example 3: arkanum --disable-motd
|
Example 3: arkanum --disable-motd
|
||||||
```
|
```
|
||||||
|
### 📝 Fira Code (NerdFont patched)
|
||||||
|
|
||||||
|
Added FiraCode as default font in editor and integrated terminal. The font files are embedded and can be used without local installation.
|
||||||
|
|
||||||
|
### VSCode default settings
|
||||||
|
|
||||||
|
If your start the container or log in the first time, a default config file is deployed.
|
||||||
|
|
||||||
|
This user setting defines the following stuff:
|
||||||
|
|
||||||
|
- Use compact menu bar to avoid users with multiple menu bars.
|
||||||
|
- Use *One Dark Pro Darker* theme
|
||||||
|
- Use *vscode-icons* icon set
|
||||||
|
- Set 'FiraCode' as default font in editor.
|
||||||
|
- Tries to use alternate font names for FiraCode if its locally available.
|
||||||
|
- Sets 'FiraCode' mono variant in terminal to enable icons used by starshop prompt.
|
||||||
|
- Enables font ligatures
|
||||||
|
- Enables *auto save* and *format on save*.
|
||||||
|
- Disables auto update for extension.
|
||||||
|
- Disables VScode telemetry
|
||||||
|
- Disable confirm message for sync branches.
|
||||||
|
|
||||||
|
Additionally we install these extensions on container startup:
|
||||||
|
|
||||||
|
- [One Dark Pro](https://open-vsx.org/extension/zhuangtongfa/material-theme) theme
|
||||||
|
- [vscode-icons](https://open-vsx.org/extension/vscode-icons-team/vscode-icons) icon set
|
||||||
|
- [Gitlens](https://open-vsx.org/extension/eamodio/gitlens)
|
||||||
|
|
||||||
## 💳 Credits
|
## 💳 Credits
|
||||||
|
|
||||||
Akranum is based on the following projects and wouldn't be possible without:
|
Akranum is based on the following projects and wouldn't be possible without:
|
||||||
|
|
||||||
- [microsoft/vscode](https://github.com/microsoft/vscode) - Visual Studio Code, OSS
|
- [microsoft/vscode](https://github.com/microsoft/vscode) - Visual Studio Code, OSS. `[MIT]`
|
||||||
- [coder/code-server](https://github.com/coder/code-server) - VSCode on a remote server, accessible through the browser. `[MIT]`
|
- [coder/code-server](https://github.com/coder/code-server) - VSCode on a remote server, accessible through the browser. `[MIT]`
|
||||||
- [linuxserver/docker-code-server](https://github.com/linuxserver/docker-code-server) - docker image based for *coder/code-server*
|
- [linuxserver/docker-code-server](https://github.com/linuxserver/docker-code-server) - docker image based for *coder/code-server*. `[GPL-3.0]`
|
||||||
- A huge thanks to tuanpham for sharing his [code-server font patch](https://github.com/tuanpham-dev/code-server-font-patch). `[GPL-3.0]`
|
- A huge thanks to tuanpham for sharing his [code-server font patch](https://github.com/tuanpham-dev/code-server-font-patch).
|
||||||
|
|
||||||
## ⚖️ License (AGPLv3)
|
## ⚖️ License (AGPLv3)
|
||||||
|
|
||||||
![AGPL](https://www.gnu.org/graphics/agplv3-155x51.png)
|
![AGPL](https://www.gnu.org/graphics/agplv3-155x51.png)
|
||||||
|
|
||||||
|
```
|
||||||
Arkanum - Code-Server container optimized for daily use.
|
Arkanum - Code-Server container optimized for daily use.
|
||||||
Copyright (C) 2022 "OCram85 <me@ocram85.com>"
|
Copyright (C) 2022 "OCram85 <me@ocram85.com>"
|
||||||
|
|
||||||
@ -97,3 +126,4 @@ GNU Affero General Public License for more details.
|
|||||||
|
|
||||||
You should have received a copy of the GNU Affero General Public License
|
You should have received a copy of the GNU Affero General Public License
|
||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user