Skip to content

nerzhul/magicline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magicline

Compilation instructions

magicline compilation uses cmake and c++11. Please ensure you have gcc 4.9 or greater or clang 3.4 and greater

Clone project and then follow the build step mentioned under.

mkdir build
cd build
cmake ..
make
sudo make install

ZSH configuration

Just copy the following line at the end of your ~/.zshrc, /etc/zsh/zshrc or /usr/local/etc/zshrc and enjoy.

source /usr/local/share/magicline/zshrc

Tmux configuration

Just source the followine line to ~/.tmux.conf, /etc/tmux.conf or /usr/local/etc/tmux.conf.

source /usr/local/share/magicline/tmux.conf

If you have tmux v1 you should use

source /usr/local/share/magicline/tmux-v1.conf

Ensure you current shell has a LANG environment variable with UTF-8 support.

Screenshots

powerline+mux

About

Magicline is a very lightweight version of powerline

Resources

License

Stars

Watchers

Forks

Packages

No packages published