Notes : fix location.

This commit is contained in:
2022-04-18 18:15:30 +09:00
parent a34286d5ba
commit 700c32a94f
3 changed files with 8 additions and 8 deletions

8
.zshrc
View File

@ -32,9 +32,9 @@ figlet -w 100 "JaeUs-Device"
cat ~/.cache/wal/sequences & cat ~/.cache/wal/sequences &
# Fire it up for WSL2 # Fire it up for WSL2
#VETHER_IP=$(/bin/grep nameserver /etc/resolv.conf 2> /dev/null | /bin/tr -s ' ' | /bin/cut -d' ' -f2) 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=$VETHER_IP:10.0
export DISPLAY=192.168.144.1:10.0 #export DISPLAY=192.168.144.1:10.0
export EDITOR=nvim #export EDITOR=nvim
export PYTHONSTARTUP=~/scripts/my_imports.py export PYTHONSTARTUP=~/scripts/my_imports.py

View File

@ -102,7 +102,7 @@ Arch.exe 실행파일 있는곳에서 실행. (in powershell)
sudo pacman -S git stow sudo pacman -S git stow
rm ~/.zshrc rm ~/.zshrc
rm ~/.bashrc rm ~/.bashrc
git clone https://github.com/JaeYoo-Im/myDots.git ~/.dotfiles git clone https://github.com/JaeUs3792/dotfiles.git ~/.dotfiles
cd ~/.dotfiles cd ~/.dotfiles
stow . stow .
#+end_src #+end_src

View File

@ -66,8 +66,8 @@ Context 메뉴 추가
#+begin_src shell #+begin_src shell
# Edit with neovim context menu # 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 /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 /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\Neovim\bin\nvim-qt.exe """"%1""""" /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 #+end_src
Plugin Manager 설치 Plugin Manager 설치
@ -81,7 +81,7 @@ Plugin Manager 설치
"~\AppData\Local\nvim\autoload\plug.vim" "~\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 #+end_src
*** Networking *** Networking