vimwiki: dth @ DK023900WSL
This commit is contained in:
parent
3a19ab2eaf
commit
448bbc59da
3 changed files with 9 additions and 2 deletions
3
.zshrc
3
.zshrc
|
|
@ -120,3 +120,6 @@ eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
|
||||||
if [ -d "$HOME/.local/bin" ] ; then
|
if [ -d "$HOME/.local/bin" ] ; then
|
||||||
PATH="$HOME/.local/bin:$PATH"
|
PATH="$HOME/.local/bin:$PATH"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
alias pbpaste="powershell.exe -noprofile Get-Clipboard"
|
||||||
|
alias pbcopy="clip.exe"
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,9 @@ Here's what I've done so far:
|
||||||
* 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/a/91596/882709)
|
||||||
* add config: `/mnt/c/Users/XXX/AppData/Roaming/alacritty/alacritty.yml` (here `XXX` is the windows users, and not linux user)
|
* add config: `/mnt/c/Users/XXX/AppData/Roaming/alacritty/alacritty.yml`
|
||||||
|
* (here `XXX` is the windows users, and not linux user)
|
||||||
|
* apt install neovim (this might be a mistake) TODO: follow up
|
||||||
* 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`
|
||||||
|
|
@ -56,7 +58,9 @@ Here's what I've done so far:
|
||||||
* TODO: remove email from this file
|
* TODO: remove email from this file
|
||||||
* install [build-essential](https://askubuntu.com/a/753113/882709) to get `make`
|
* install [build-essential](https://askubuntu.com/a/753113/882709) to get `make`
|
||||||
* 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)
|
||||||
* Next steps:
|
* Next steps:
|
||||||
* TODO: configure persistent DNS settings
|
* TODO: configure persistent DNS settings
|
||||||
* > ... fix ubuntu dns issue via [stackoverflow](https://askubuntu.com/a/91596/882709)
|
* > ... 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
|
||||||
|
|
|
||||||
|
|
@ -122,7 +122,7 @@ Now **[install oh-my-zsh](https://ohmyz.sh/#install) and `reboot`**.
|
||||||
snap install codium --classic
|
snap install codium --classic
|
||||||
```
|
```
|
||||||
|
|
||||||
## Homebrew packages
|
## brew
|
||||||
|
|
||||||
Install [brew](https://brew.sh/) and brew install:
|
Install [brew](https://brew.sh/) and brew install:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue