mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-13 23:51:34 +09:00
Notes : fix location.
This commit is contained in:
8
.zshrc
8
.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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user