Skip to content

RoyMcCrain/dotsfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotsfile

Install

git clone https://github.com/zsh-users/antigen.git ~/.antigen

create_symlink

chmod +x ./scripts/create_symlink.sh

上記で、シンボリックリンクを作成できる

xsel

sudo apt install xsel

WSL-Hello-sudo

https://github.com/nullpo-head/WSL-Hello-sudo

wget http://github.com/nullpo-head/WSL-Hello-sudo/releases/latest/download/release.tar.gz
tar xvf release.tar.gz
cd release
./install.sh
cd ../
rm -fr ./release.tar.gz ./release

eza

https://github.com/eza-community/eza A modern, maintained replacement for ls.

ripgrep

https://github.com/BurntSushi/ripgrep

Copilot Chat

https://github.com/CopilotC-Nvim/CopilotChat.nvim

  • tiktoken というトークンを扱うライブラリを入れている。 /nvim/lua/tittoken_core.so に配置しているのは https://github.com/gptlang/lua-tiktoken/releases v0.2.1のtiktoken_core-linux-lua51.soをtiktoken_core.soにリネームして配置している。

memo

denopsでライブラリのエラー

[denops] Failed to load plugin 'dpp': TypeError: error sending request for url (https://jsr.io/@std/internal/0.225.1/format.ts):
 http2 error: stream error received: refused stream before processing any application logic                                     
[denops]     at https://jsr.io/@std/assert/0.225.2/assert_array_includes.ts:4:24  
Could not find co
nstraint in the list of versions

こんな感じのエラーが起きたら

rm -fr ~/.cache/deno
rm -fr ~/.cache/dpp

をする。なんかdenoのキャッシュが原因で上手くインストールできないときがある。