From 700c32a94f8fe0be94ae0bd39150ee4ba3dc76a8 Mon Sep 17 00:00:00 2001 From: JaeYoo-Im Date: Mon, 18 Apr 2022 18:15:30 +0900 Subject: [PATCH] Notes : fix location. --- .zshrc | 8 ++++---- Note/WSL.org | 2 +- Note/WindowEnv.org | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.zshrc b/.zshrc index ade0e9f..2d2ce27 100644 --- a/.zshrc +++ b/.zshrc @@ -32,9 +32,9 @@ figlet -w 100 "JaeUs-Device" cat ~/.cache/wal/sequences & # Fire it up for WSL2 -#VETHER_IP=$(/bin/grep nameserver /etc/resolv.conf 2> /dev/null | /bin/tr -s ' ' | /bin/cut -d' ' -f2) -#export DISPLAY=$VETHER_IP:10.0 -export DISPLAY=192.168.144.1:10.0 -export EDITOR=nvim +VETHER_IP=$(/bin/grep nameserver /etc/resolv.conf 2> /dev/null | /bin/tr -s ' ' | /bin/cut -d' ' -f2) +export DISPLAY=$VETHER_IP:10.0 +#export DISPLAY=192.168.144.1:10.0 +#export EDITOR=nvim export PYTHONSTARTUP=~/scripts/my_imports.py diff --git a/Note/WSL.org b/Note/WSL.org index de4143b..8d3713f 100644 --- a/Note/WSL.org +++ b/Note/WSL.org @@ -102,7 +102,7 @@ Arch.exe 실행파일 있는곳에서 실행. (in powershell) sudo pacman -S git stow rm ~/.zshrc rm ~/.bashrc - git clone https://github.com/JaeYoo-Im/myDots.git ~/.dotfiles + git clone https://github.com/JaeUs3792/dotfiles.git ~/.dotfiles cd ~/.dotfiles stow . #+end_src diff --git a/Note/WindowEnv.org b/Note/WindowEnv.org index c2b42c8..641eaa6 100644 --- a/Note/WindowEnv.org +++ b/Note/WindowEnv.org @@ -66,8 +66,8 @@ Context 메뉴 추가 #+begin_src shell # Edit with neovim context menu reg add HKEY_CLASSES_ROOT\*\shell\NeoVim /t REG_SZ /d "Edit with NeoVim..." /f -reg add HKEY_CLASSES_ROOT\*\shell\NeoVim /v Icon /t REG_SZ /d "C:\tools\neovim\Neovim\bin\nvim-qt.exe" /f -reg add HKEY_CLASSES_ROOT\*\shell\NeoVim\Command /t REG_SZ /d "C:\tools\neovim\Neovim\bin\nvim-qt.exe """"%1""""" /f +reg add HKEY_CLASSES_ROOT\*\shell\NeoVim /v Icon /t REG_SZ /d "C:\tools\neovim\nvim-win64\bin\nvim-qt.exe" /f +reg add HKEY_CLASSES_ROOT\*\shell\NeoVim\Command /t REG_SZ /d "C:\tools\neovim\nvim-win64\bin\nvim-qt.exe """"%1""""" /f #+end_src Plugin Manager 설치 @@ -81,7 +81,7 @@ Plugin Manager 설치 "~\AppData\Local\nvim\autoload\plug.vim" ) ) - c:\tools\neovim\Neovim\bin\nvim.exe +PlugInstall +q +q + c:\tools\neovim\nvim-win64\bin\nvim.exe +PlugInstall +q +q #+end_src *** Networking