这样我们打开默认的个人配置,并在配置文件中写入下面的内容,保存并退出: [System.Console]::OutputEncoding=[System.Text.Encoding]::GetEncoding(65001)# 配置默认编码oh-my-posh init pwsh--config"$env:POSH_THEMES_PATH\atomic.omp.json"|Invoke-Expression# 配置oh-my-posh的theme 1. 2. 你可以修改atomic.om...
问无法使用WSL bash中的ssh隧道连接X显示器EN主要出于安全考虑,数据库服务器只允许堡垒机通过ssh访问,...
yarn config set registry https://registry.npmmirror.com 验证是否切换成功: yarn config get registry 恢复官方源 如果你需要恢复到官方源,可以执行以下命令: yarn config set registry https://registry.yarnpkg.com
Update your installation! ConEmu creates new task for ‘Bash on Windows’ automatically, you may check this by running ConEmu64.exe -basic -run {bash}. Also, you may call Add default tasks… from Tasks page on your existing config. So, just run {bash} task, arrow keys are expected to...
~/.config/nvim/init.vim: vim callplug#begin("~/.vim/plugged")Plug'dracula/vim'Plug'posva/vim-vue'Plug'sheerun/vim-polyglot'Plug'leafgarland/typescript-vim'Plug'peitalin/vim-jsx-typescript'Plug'preservim/nerdtree'Plug'junegunn/fzf', {'dir':'~/.fzf','do':'./install --all'}Plug'ju...