Quickstart

Use twtxt’s quickstart command to bootstrap a default configuration:

$ twtxt quickstart

twtxt - quickstart
==================

This wizard will generate a basic configuration file for twtxt
with all mandatory options set. Have a look at the README.rst to
get information about the other available options and their meaning.

➤ Please enter your desired nick [$USER]: <NICKNAME>
➤ Please enter the desired location for your twtxt
    file [~/twtxt.txt]: <TWTXTX FILE LOCATION>

➤ Do you want to follow the twtxt news feed? [Y/n]: Y

✓ Created config file at '~/.config/twtxt/config'.

The quickstart wizard prompts for the following configuration values:

  • Your desired nick name (<NICKNAME>)
  • The desired location for your twtxt file (<TWTXTX FILE LOCATION>)
  • If you want to follow the twtxt news feed

The configurations can easily be changed in the twtxt configuration file. See Configuration.