Skip to content

Instantly share code, notes, and snippets.

View u-sho's full-sized avatar
:octocat:
Have a nice day!

u-sho (Shouhei Uechi) u-sho

:octocat:
Have a nice day!
View GitHub Profile
@u-sho
u-sho / cdvolta.bash
Last active February 17, 2024 16:18
Volta Bash Integration
# ref1: https://github.com/nvm-sh/nvm?tab=readme-ov-file#bash
# ref2: https://zenn.dev/hrbrain/articles/989acf69368896
cdvolta() {
command cd "$@" || return $?
if [[ -e ".node-version" ]]; then
content=$(cat .node-version)
volta install node@$content
volta install npm@bundled
fi
@u-sho
u-sho / folder-games-open.svg
Created November 9, 2022 18:26
VSCode material-icon-theme folder icons
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@u-sho
u-sho / UEC Wireless.md
Last active March 26, 2023 13:05
UEC Wireless で開発したいときの Tips

(追記:プロキシをやめてnatにしたらしいので色々いらなくなった)

先輩のありがたい記事 https://rrreeeyyy.com/blog/2013/12/13/uecwutn/
情報基盤センターのこの記事 を読むと大体できる

@u-sho
u-sho / when-have-no-storage.md
Created December 3, 2020 00:19
【メモ】XCodeが容量不足でダウンロードorアップデートできないときにしたこと
@u-sho
u-sho / tmux-ascii-logo
Created December 2, 2020 13:41
tmux-ascii-logo
@u-sho
u-sho / bash-ascii-logo
Last active February 8, 2020 01:07
bash / bashrc ascii logo