Jump to content

Weechat: Difference between revisions

813 bytes removed ,  25 October 2016
no edit summary
No edit summary
Line 10: Line 10:


Copy and paste that into your terminal command line, hit enter, and give yourself a pat on the back.
Copy and paste that into your terminal command line, hit enter, and give yourself a pat on the back.
== Compiling Weechat ==
You can run
  ~edu/compileweechat
This is only recommended for runing it the first time as it will overright your weechat config.
If You want to update your install just run
  ~edu/updateweechat
or
git clone https://github.com/weechat/weechat
cd weechat
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=$HOME -DENABLE_NLS=OFF
make
make install
echo '*/upgrade ~/bin/weechat' > `find ~/.weechat -name "weechat_fifo_*"`
rm -rf ~/weechat
==Customising Weechat ==
Weechat can be very basic when you first run it so here are some conf files to set it up with.
cp ~edu/wcconf/* ~/.weechat/
you need to set your nick for the server
vim ~/.weechat/irc.conf
change “nicks” field to your username
If you ran the ~edu/compileweechat this will already have been done for you


== Basic use ==
== Basic use ==