From 448bbc59dada964e6b40b2a2a968b13ea20cb1da Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Fri, 9 Sep 2022 13:24:15 +0200 Subject: [PATCH] vimwiki: dth @ DK023900WSL --- .zshrc | 3 +++ README.md | 6 +++++- ubuntu.md | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 20604fb..5cc5239 100644 --- a/.zshrc +++ b/.zshrc @@ -120,3 +120,6 @@ eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" if [ -d "$HOME/.local/bin" ] ; then PATH="$HOME/.local/bin:$PATH" fi + +alias pbpaste="powershell.exe -noprofile Get-Clipboard" +alias pbcopy="clip.exe" diff --git a/README.md b/README.md index b25e66a..f4d92ab 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,9 @@ Here's what I've done so far: * install [alacritty](https://alacritty.org/) (use the installer, not portable) * 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) - * 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) * install [zsh + omz](ubuntu.md#apt-package) * 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 * 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` + * TODO: move up: install [brew](ubuntu#brew) (should be done before install zsh / omz) * 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: nvim + tmux pasteboard should play with windows pasteboard diff --git a/ubuntu.md b/ubuntu.md index 768f242..8e94849 100644 --- a/ubuntu.md +++ b/ubuntu.md @@ -122,7 +122,7 @@ Now **[install oh-my-zsh](https://ohmyz.sh/#install) and `reboot`**. snap install codium --classic ``` -## Homebrew packages +## brew Install [brew](https://brew.sh/) and brew install: