diff options
author | Jesús <heckyel@hyperbola.info> | 2021-05-26 12:52:27 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-05-26 12:52:27 -0500 |
commit | 3db72ba29de7f1e9d0a75be22a1b88f35798c9aa (patch) | |
tree | d76cbf92884b380bbf4e0b4db4c3c2e1a333f36a | |
parent | af66d89e4c77f94107b9b2d87a75ee2d27c36a24 (diff) | |
download | i3-config-3db72ba29de7f1e9d0a75be22a1b88f35798c9aa.tar.lz i3-config-3db72ba29de7f1e9d0a75be22a1b88f35798c9aa.tar.xz i3-config-3db72ba29de7f1e9d0a75be22a1b88f35798c9aa.zip |
[README.md]: update
-rw-r--r-- | README.md | 24 |
1 files changed, 18 insertions, 6 deletions
@@ -37,23 +37,33 @@ This repository saves the custom configuration used by heckyel in i3wm ### Base i3wm - pacman -Syy i3-wm i3status dmenu sysstat +```console +# pacman -Syy i3-wm i3status dmenu sysstat +``` ### Simple Install - wget "https://git.sr.ht/~heckyel/i3-config/blob/master/install.sh" -O "$HOME/install.sh" +```console +$ wget "https://git.sr.ht/~heckyel/i3-config/blob/master/install.sh" -O "$HOME/install.sh" +``` Execute `install.sh` - bash "$HOME/install.sh" +```console +$ bash "$HOME/install.sh" +``` clean up install file - rm "$HOME/install.sh" +```console +$ rm "$HOME/install.sh" +``` ### Installed optional - pacman -Syy lxappearance nitrogen gnome-disk-utility +```console +# pacman -Syy lxappearance nitrogen gnome-disk-utility +``` ### Xenocara or Xorg config @@ -79,7 +89,9 @@ exec i3 Uncomment in `~/.config/i3/config` - # exec --no-startup-id dhcpcd-gtk +```bash +# exec --no-startup-id dhcpcd-gtk +``` ### Shortcuts |