README
author Mikael Berthe <mikael@lilotux.net>
Wed, 06 Mar 2024 21:08:50 +0100
changeset 59 ab7da88f8fd8
parent 44 157f894ef9f7
permissions -rw-r--r--
Enable Vim mode for foot terminal
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
16
be9820f70412 Add README
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     1
be9820f70412 Add README
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     2
Zsh configuration
be9820f70412 Add README
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     3
be9820f70412 Add README
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     4
To use this Z shell environment,
be9820f70412 Add README
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     5
clone (or copy) this repository to ~/.zsh directory
be9820f70412 Add README
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     6
and add a ~/.zshenv file containing the following lines:
be9820f70412 Add README
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     7
be9820f70412 Add README
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     8
===
be9820f70412 Add README
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     9
export ZDOTDIR=~/.zsh
44
157f894ef9f7 Add some quotes and double brackets...
Mikael Berthe <mikael@lilotux.net>
parents: 16
diff changeset
    10
[[ -f "$ZDOTDIR/zshenv" ]] && . "$ZDOTDIR/zshenv"
16
be9820f70412 Add README
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    11
===
be9820f70412 Add README
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    12
be9820f70412 Add README
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    13
Comments and suggestions are welcome!
be9820f70412 Add README
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    14
be9820f70412 Add README
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    15
Mikael
be9820f70412 Add README
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    16
Email/Jabber: <mikael@lilotux.net>