Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .config/wezterm/wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,10 @@ config.window_frame = {
active_titlebar_bg = "none",
}

-- for WSL
--[[
config.default_domain = 'WSL:Ubuntu-22.04'
config.audible_bell = "Disabled"
--]]

return config
4 changes: 4 additions & 0 deletions ansible/roles/init_snap/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
command: snap refresh
when: not is_ci
changed_when: false

- name: refresh apt
command: apt-get update
become: true
2 changes: 2 additions & 0 deletions ansible/roles/system_tools/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@
- git-lfs
- curl
- tree
- direnv
- xclip
- xsel
- mlocate
- htop
- cmake
- g++
- unzip
state: present # NOTE: if not installed, install

- import_tasks: commands/tmux.yaml
Expand Down
15 changes: 15 additions & 0 deletions docs/wsl/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# WSL用の設定

WezTermはWindows用をインストールし,`/mnt/c/Users/<User>/.config/wezterm/wezterm.lua`に設定ファイルを置く.

```lua
config.default_domain = 'WSL:Ubuntu-22.04'
config.audible_bell = "Disabled"
```

の設定が追加で必要.

HackGenNFとPowerlineFontsもzipを解凍して直接ファイルをダブルクリックしてインストールする.

- https://github.com/yuru7/HackGen
- https://qiita.com/mosh_shu/items/0dc06e8b4aecf7d68316
Loading