improve description (wip)
This commit is contained in:
56
README.md
56
README.md
@@ -44,32 +44,54 @@ default=woelke
|
|||||||
EOF
|
EOF
|
||||||
```
|
```
|
||||||
|
|
||||||
## Add Essential Applications
|
## Neovim Setup
|
||||||
|
|
||||||
Install and setup yay
|
Setup ssh access to https://gitea.der-seb.space
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo pacman -S --needed git base-devel
|
ssh-keygen ...
|
||||||
git clone https://aur.archlinux.org/yay.git
|
|
||||||
cd yay
|
tee -a /home/woelke/.ssh/config <<'EOF'
|
||||||
makepkg -si
|
Host gitea.der-seb.space
|
||||||
yay -Y --gendb
|
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
|
||||||
yay -S reflector pacman-contrib
|
- tools
|
||||||
```
|
- zsh
|
||||||
|
- vim
|
||||||
Hardware accelerated rendering, Does this work???
|
- git cannot be installed!!!!
|
||||||
|
|
||||||
```sh
|
|
||||||
yay -S mesa vulkan-dzn
|
|
||||||
```
|
|
||||||
|
|
||||||
## TODOs
|
## 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
|
arch linux wsl docs
|
||||||
|
|
||||||
- 2.2 Open URLs in the WSL hosts browser
|
- 2.2 Open URLs in the WSL hosts browser
|
||||||
|
|||||||
Reference in New Issue
Block a user