Merging stuff
This commit is contained in:
commit
9db5cc5a17
@ -9,7 +9,7 @@ print_info() {
|
||||
info "Kernel" kernel
|
||||
info "Uptime" uptime
|
||||
info "Packages" packages
|
||||
info "Shell" shell
|
||||
#info "Shell" shell
|
||||
info "Resolution" resolution
|
||||
info "DE" de
|
||||
info "WM" wm
|
||||
@ -28,8 +28,8 @@ print_info() {
|
||||
# info "Battery" battery
|
||||
info "Font" font
|
||||
# info "Song" song
|
||||
# info "Local IP" local_ip
|
||||
# info "Public IP" public_ip
|
||||
info "Local IP" local_ip
|
||||
# info "Public IP" public_ip
|
||||
# info "Users" users
|
||||
# info "Locale" locale # This only works on glibc systems.
|
||||
|
||||
@ -159,7 +159,7 @@ speed_type="bios_limit"
|
||||
# Example:
|
||||
# on: 'i7-6500U (4) @ 3.1GHz'
|
||||
# off: 'i7-6500U (4) @ 3.100GHz'
|
||||
speed_shorthand="off"
|
||||
speed_shorthand="on"
|
||||
|
||||
# Enable/Disable CPU brand in output.
|
||||
#
|
||||
@ -277,7 +277,7 @@ refresh_rate="off"
|
||||
# Example:
|
||||
# on: 'Numix, Adwaita'
|
||||
# off: 'Numix [GTK2], Adwaita [GTK3]'
|
||||
gtk_shorthand="off"
|
||||
gtk_shorthand="on"
|
||||
|
||||
|
||||
# Enable/Disable gtk2 Theme / Icons / Font
|
||||
|
@ -74,7 +74,7 @@
|
||||
:term
|
||||
;;eshell ; the elisp shell that works everywhere
|
||||
;;shell ; simple shell REPL for Emacs
|
||||
;;term ; basic terminal emulator for Emacs
|
||||
term ; basic terminal emulator for Emacs
|
||||
;;vterm ; the best terminal emulation in Emacs
|
||||
|
||||
:checkers
|
||||
|
@ -1,7 +0,0 @@
|
||||
Bash IDE
|
||||
Better TOML
|
||||
Go
|
||||
MagicPython
|
||||
Prettier - Code formatter
|
||||
Change "Default Formatter" to esbenp.prettier-vscode
|
||||
Python
|
25
arch-config/Dokumente/vscodium-extensions.md
Normal file
25
arch-config/Dokumente/vscodium-extensions.md
Normal file
@ -0,0 +1,25 @@
|
||||
Install extensions with
|
||||
```
|
||||
code --install-extension <ext>
|
||||
```
|
||||
|
||||
List installed extensions
|
||||
```
|
||||
code --list-extensions
|
||||
```
|
||||
|
||||
Bash IDE
|
||||
Bracket Pair Colorizer 2
|
||||
indent-rainbow
|
||||
Live Server
|
||||
MagicPython
|
||||
Markdown All in One
|
||||
markdownlint
|
||||
Neo Vim
|
||||
Install neovim itself as well
|
||||
Set path to neovim within the extension settings
|
||||
p5.vscode
|
||||
Python
|
||||
TODO Hightlight
|
||||
Tokyo City
|
||||
|
Loading…
Reference in New Issue
Block a user