wujackwill / .dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

Proxy and Unicode

  1. Change unicoe to UTF-8(for fzf to work with Chinese characters)

Open Windows Control Panel -> Region.
Go to the Administrative tab and click Change system locale...
Remove the check mark next to Beta: Use UTF-8 for worldwide language support.
Click OK and restart your computer.

  1. VrayN
  2. Windows terminal
  3. clone .dotfiles repo
git clone git@github.com:wujackwill/.dotfiles.git
  1. add this line to your Microsoft.PowerShell_profile.ps1 file, which should be at C:\Users\YOURNAME\Documents\PowerShell
. $env:USERPROFILE\.dotfiles\powershell\user_profile.ps1

Powsershell

  1. Install Terminal-Icons Module
Install-Module -Name Terminal-Icons -Repository PSGallery -Force
  1. Install scoop
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression
  1. Install scoop apps
scoop import C:\Users\jackwill\.dotfiles\scoop_list\scoop-installed-software.txt

Neovim

cd C:\Users\jackwill\AppData\Local
git clone git@github.com:wujackwill/nvim.git

MPV

cd D:\
git clone git@github.com:wujackwill/mpv.git
cd mpv
sudo ln -s C:\Users\jackwill\.dotfiles\mpv\portable_config\ protable_config

About


Languages

Language:GLSL 91.5%Language:Lua 7.6%Language:Vim Script 0.7%Language:PowerShell 0.3%