sharapeco / .windows

Windows の設定

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows の設定

AutoHotKey

AutoHotKey は強力なスクリプティング機能を備えたキーバインドを変えるためのソフトウェア。

AutoHotkey のインストール後、 *.ahk のコンテキストメニューから「Compile Script」を選ぶと *.exe ができあがる。その *.exe をスタートアップに登録することで自動的にキーバインドの設定が読み込まれる。

Windows Terminal + PowerShell

導入済みパッケージ

  • Cascadia Code Nerd Font: PowerLine やアイコンを表示できるようにした Cascadia Code
  • Scoop: Windows 向けの CLI でパッケージをインストール
  • FFmpeg
  • GNUWin32
    • GNU のコマンドを Windows で使えるようにしたもの
    • gzip, iconv, make, pcregrep, pcretest, stat, uname, which, xargs を使用
  • gawk
  • htpasswd
  • less
  • nkf
  • whois

PowerShell からインストール

Install-Module oh-my-posh -Scope CurrentUser
Install-Module z -Scope CurrentUser
scoop install 7z
scoop install bat
scoop install fd
scoop install fzf
scoop install ghostscript
scoop install gibo
scoop install git-with-openssh
scoop install jq
scoop install lsd
scoop install ripgrep
scoop install sed
scoop install tokei
scoop install uutils-coreutils
scoop install yarn

WSL からインストール

WSL で Ubuntu 18.0 を入れてある

sudo apt install certbot
sudo apt install dos2unix
sudo apt install expect
sudo apt install hexyl
sudo apt install ripgrep
sudo apt install zsh

設定ファイルの場所

  • PowerShell: %UserProfile%\Documents\PowerShell\Microsoft.PowerShell_profile.ps1
  • Windows Terminal: [設定] → (左下の歯車)[settings.json を開きます]

参考

About

Windows の設定


Languages

Language:PowerShell 74.7%Language:AutoHotkey 25.3%