vimwiki: dth @ DK023900WSL

This commit is contained in:
DannyDannyDanny 2022-09-15 14:35:16 +02:00
parent 448bbc59da
commit 0ec8b03293

View file

@ -41,16 +41,20 @@ I'm back on a windows machine and still learning how to make it nice.
Here's what I've done so far: Here's what I've done so far:
* disable system sounds: `start menu search: "change system sounds" -> set profile to None`
* change language / keyboard layout to `en_US` * change language / keyboard layout to `en_US`
* get local admin rights * get local admin rights
* [install powertoys](https://docs.microsoft.com/en-us/windows/powertoys/install#install-with-windows-executable-file-via-github) * [install powertoys](https://docs.microsoft.com/en-us/windows/powertoys/install#install-with-windows-executable-file-via-github)
* remap CAPS LOCK to L-CTRL * remap CAPS LOCK to L-CTRL
* install [alacritty](https://alacritty.org/) (use the installer, not portable) * install [alacritty](https://alacritty.org/) (use the installer, not portable)
* install [wsl](https://docs.microsoft.com/en-us/windows/wsl/install#install-wsl-command) * install [wsl](https://docs.microsoft.com/en-us/windows/wsl/install#install-wsl-command)
* temporarily fix ubuntu dns issue via [stackoverflow](https://askubuntu.com/a/91596/882709) * temporarily fix ubuntu dns issue via [stackoverflow](https://askubuntu.com/questions/91543/apt-get-update-fails-to-fetch-files-temporary-failure-resolving-error/91595#comment1911934_91595)
* add config: `/mnt/c/Users/XXX/AppData/Roaming/alacritty/alacritty.yml` * TODO: test long term fix:
* find symlink `ls -la /etc/resolv.conf`
* kill symlink and write new file
* add config: `/mnt/c/Users/XXX/AppData/Roaming/alacritty/alacritty.yml`
* (here `XXX` is the windows users, and not linux user) * (here `XXX` is the windows users, and not linux user)
* apt install neovim (this might be a mistake) TODO: follow up * `apt install neovim` (NVIM v0.4.3) - consider
* setup [ssh github](ubuntu.md#setup-ssh-key-for-github) * setup [ssh github](ubuntu.md#setup-ssh-key-for-github)
* install [zsh + omz](ubuntu.md#apt-package) * install [zsh + omz](ubuntu.md#apt-package)
* clone this (dotfiles) repo and `cd dotfiles` * clone this (dotfiles) repo and `cd dotfiles`
@ -60,7 +64,5 @@ Here's what I've done so far:
* run `make setup_locale setup_zshrc setup_tmux_a setup_nvim setup_editorconfig setup_client_mynetwork` * run `make setup_locale setup_zshrc setup_tmux_a setup_nvim setup_editorconfig setup_client_mynetwork`
* TODO: move up: install [brew](ubuntu#brew) (should be done before install zsh / omz) * TODO: move up: install [brew](ubuntu#brew) (should be done before install zsh / omz)
* Next steps: * Next steps:
* TODO: configure persistent DNS settings
* > ... fix ubuntu dns issue via [stackoverflow](https://askubuntu.com/a/91596/882709)
* TODO: configure nvim clipboard to use system clipboard * TODO: configure nvim clipboard to use system clipboard
* TODO: nvim + tmux pasteboard should play with windows pasteboard * TODO: nvim + tmux pasteboard should play with windows pasteboard