improve description (wip)
This commit is contained in:
56
README.md
56
README.md
@@ -44,32 +44,54 @@ default=woelke
|
||||
EOF
|
||||
```
|
||||
|
||||
## Add Essential Applications
|
||||
## Neovim Setup
|
||||
|
||||
Install and setup yay
|
||||
Setup ssh access to https://gitea.der-seb.space
|
||||
|
||||
```sh
|
||||
sudo pacman -S --needed git base-devel
|
||||
git clone https://aur.archlinux.org/yay.git
|
||||
cd yay
|
||||
makepkg -si
|
||||
yay -Y --gendb
|
||||
ssh-keygen ...
|
||||
|
||||
tee -a /home/woelke/.ssh/config <<'EOF'
|
||||
Host gitea.der-seb.space
|
||||
User git
|
||||
HostName gitea.der-seb.space
|
||||
IdentitiesOnly yes
|
||||
IdentityFile ~/.ssh/gitea-der-seb-space-access
|
||||
EOF
|
||||
```
|
||||
|
||||
More essentials
|
||||
[Install woelke dotfiles](https://gitea.der-seb.space/seb/dotfiles)
|
||||
|
||||
```sh
|
||||
yay -S reflector pacman-contrib
|
||||
```
|
||||
|
||||
Hardware accelerated rendering, Does this work???
|
||||
|
||||
```sh
|
||||
yay -S mesa vulkan-dzn
|
||||
```
|
||||
- yay
|
||||
- tools
|
||||
- zsh
|
||||
- vim
|
||||
- git cannot be installed!!!!
|
||||
|
||||
## TODOs
|
||||
|
||||
Fix README
|
||||
|
||||
```md
|
||||
git clone ssh://git@gitea.der-seb.space:2222/seb/dotfiles.git ~/.dotfiles
|
||||
cd ~/.dotfiles
|
||||
./bootstrap.sh
|
||||
```
|
||||
|
||||
Redesign bootstrap: .profil and .zprofile seems to some problems, e.g. .profile is only loaded as fallback,
|
||||
|
||||
Fix gitconfig?
|
||||
|
||||
.dotfiles / tools / docker and dockercompse cannot be installed
|
||||
|
||||
run and fix dotfiles install zsh scripts
|
||||
|
||||
faield: dotfiles install vim scripts 2 ----> "./install_plugins.sh",
|
||||
|
||||
write down in which order we should run the dotfiles scirpts yay, tools zsh vim ...
|
||||
|
||||
- [Install OhMyZsh](https://github.com/woelke/ohmyzsh) <--- problem: git clone git@github.com:woelke/dotfiles.git ~/.dotfiles
|
||||
|
||||
arch linux wsl docs
|
||||
|
||||
- 2.2 Open URLs in the WSL hosts browser
|
||||
|
||||
Reference in New Issue
Block a user