1
0
Fork 0

Compare commits

...

4 Commits

Author SHA1 Message Date
Alex Kotov f269eec78a Add Gentoo packages 2023-04-16 04:41:14 +04:00
Alex Kotov 6432fcd189 Configure aliases 2023-04-14 20:57:54 +04:00
Alex Kotov bb70a19c88 Remove Gentoo packages 2023-04-14 20:53:24 +04:00
Alex Kotov 5a60ecc360 Add Gentoo commands 2023-04-14 20:49:03 +04:00
3 changed files with 27 additions and 1 deletions

View File

@ -50,6 +50,7 @@ Packages
| | `net-im/telegram-desktop-bin` |
| `chromium` | `www-client/chromium-bin` |
| `firefox` | `www-client/firefox-bin` |
| `obs-studio` | `media-video/obs-studio` |
### Distro-specific
@ -64,7 +65,6 @@ Packages
* `app-arch/zip`
* `app-crypt/gnupg`
* `app-editors/neovim`
* `app-editors/vim`
* `app-misc/colordiff`
* `app-misc/figlet`
* `app-misc/neofetch`
@ -147,3 +147,27 @@ rc-update add NetworkManager default
rc-update add sysklogd default
rc-update add udev sysinit
```
```
$ sudo eselect editor list
Available targets for the EDITOR variable:
[1] ex
[2] vi *
[ ] (free form)
$ sudo eselect editor set 2
$ sudo eselect visual list
Available targets for the VISUAL variable:
[1] vi *
[ ] (free form)
$ sudo eselect visual set 1
$ sudo eselect vi list
Available vi implementations:
[1] vim
[2] nvim *
$ sudo eselect vi set 2
```

View File

@ -5,3 +5,4 @@ set fish_prompt_pwd_dir_length 2
alias c='clear'
alias lal='ls -alF'
alias ll='ls -lF'
alias vim='nvim'

View File

@ -1,4 +1,5 @@
games-action/minecraft-launcher ~amd64
media-video/obs-studio ~amd64
net-im/element-desktop-bin ~amd64
net-im/slack ~amd64
net-im/telegram-desktop-bin ~amd64