From e58f6f556f55876649dea77ba7e476eac008bc92 Mon Sep 17 00:00:00 2001 From: Snorky Date: Tue, 23 Sep 2025 09:58:03 +0200 Subject: [PATCH] add READM.md --- README.md | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++ wezterm.lua | 4 ++-- 2 files changed, 65 insertions(+), 2 deletions(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8c45e06 --- /dev/null +++ b/README.md @@ -0,0 +1,63 @@ +# Configuration + + +Les répertoires i3 et I3status doivent être dans votre ~/.config + +Les fichiers dialogrc et wezterm.lua doivent être dans votre ~/ et renommés en fichier caché. + +## Dépendances requises + +dialog + +```bash +$ emerge -s dev-util/dialog + +[ Results for search key : dev-util/dialog ] +Searching... + +* dev-util/dialog + Latest version available: 1.3.20250116-r1 + Latest version installed: 1.3.20250116-r1 + Size of files: 562 KiB + Homepage: https://invisible-island.net/dialog/ + Description: Tool to display dialog boxes from a shell + License: LGPL-2.1 +``` + +wezterm + +```bash +$ emerge -s wezterm + +[ Results for search key : wezterm ] +Searching... + +* x11-terms/wezterm + Latest version available: 20240203.110809-r2 + Latest version installed: 20240203.110809-r2 + Size of files: 219 975 KiB + Homepage: https://wezfurlong.org/wezterm/ + Description: A GPU-accelerated cross-platform terminal emulator and multiplexer + License: 0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions Artistic-2 BSD BSD-2 Boost-1.0 CC0-1.0 GPL-3 ISC LGPL-2.1 MIT MPL-2.0 Unicode-DFS-2016 Unlicense WTFPL-2 ZLIB +``` +Wireguard + +```bash +$ emerge -s net-vpn/wireguard-tools + +[ Results for search key : net-vpn/wireguard-tools ] +Searching... + +* net-vpn/wireguard-tools + Latest version available: 1.0.20210914 + Latest version installed: 1.0.20210914 + Size of files: 98 KiB + Homepage: https://www.wireguard.com/ + Description: Required tools for WireGuard, such as wg(8) and wg-quick(8) + License: GPL-2 +``` + +Screenshot: +![Desktop](/assets/Screenshot.png) + + diff --git a/wezterm.lua b/wezterm.lua index 7099963..ef9d888 100644 --- a/wezterm.lua +++ b/wezterm.lua @@ -16,8 +16,8 @@ config.window_padding = { } -- For example, changing the initial geometry for new windows: ---config.initial_cols = 45 ---config.initial_rows = 24 +config.initial_cols = 120 +config.initial_rows = 80 config.enable_scroll_bar = true config.color_scheme_dirs = { '~/.config/iTerm2-Color-Schemes' }