Skip to content

CanhhnaC/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.dotfiles

NVIM

cp ~/.dotfiles/nvim/.config/nvim/lua/custom -r ~/.config/nvim/lua
sudo ln -s "/mnt/c/Users/nguye/scoop/apps/neovim/current/bin/win32yank.exe" "/usr/local/bin/win32yank.exe"

Install zsh plugin manual

git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions --depth=1 && git clone https://github.com/zsh-users/zsh-syntax-highlighting ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting --depth=1 && git clone https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k --depth=1

install scoop

Set-ExecutionPolicy RemoteSigned -Scope CurrentUser # Optional: Needed to run a remote script the first time
irm get.scoop.sh | iex

# install git
scoop install git

setting git with scoop in wsl

git config --global credential.helper "/mnt/c/Users/nguye/scoop/apps/git/current/mingw64/bin/git-credential-manager.exe"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published