Skip to content

kkinugasa/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Ubuntu PC の初期設定

install list

setting

Go 関係

go env -w GO111MODULE=on
go install github.com/x-motemen/ghq
sudo apt install hub peco
git config --global --add ghq.root $(go env GOPATH)/src

Flutter 関係

Android studio インストール後,flutter doctor --android-licensesで java の exception が発生した場合
https://zenn.dev/captain_blue/articles/flutter-android-licenses-classnotfound

GNOME 関係

https://qiita.com/yas-nyan/items/80f2db8c4bdf4c8e87b8
gnome-screenshot --area を windows+shift+s に割当

https://www.living-in.tokyo/post/2019/1/ubuntu_alt_tab/
alt+tab を switch-windows に変更
ubuntu 20.04 で alt + tabがデフォルトで switch-windows になったから、特に何もしなくていい

disable emoji shortcut
command ibus-setup and launch IBus Preferences.
Select Emoji tab and delete shortcut <Control><Shift>e

Nix update

nix flake update
sudo nixos-rebuild switch --flake .#archimedes
# nix run home-manager -- switch --flake .

キーバインドの設定起動

sudo systemctl restart xremap.service

Chromeの挙動が変なとき

グラフィックス系のcacheを消す.

https://discussion.fedoraproject.org/t/chromium-based-browsers-display-garbled-web-pages-after-mesa-is-updated/83438

rm -rf ~/.config/*/{Default/GPUCache,GrShaderCache,ShaderCache}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published