Animated Christmas tree for your terminal!
- Fully responsive to terminal resizing
- Animated falling snow
- Enhanced decorations
| #!/bin/sh | |
| ################################################################## | |
| ################################################################## | |
| # | |
| # The FreeBSD System Hardening Script | |
| # David Childers - 15 February, 2010 | |
| # | |
| # This software is released under the Attribution-ShareAlike version 3.0 Licence. | |
| # www.creativecommons.org/licenses/by-sa/3.0/ | |
| # |
| " Don't try to be vi compatible | |
| set nocompatible | |
| " Helps force plugins to load correctly when it is turned back on below | |
| filetype off | |
| " TODO: Load plugins here (pathogen or vundle) | |
| " Turn on syntax highlighting | |
| syntax on |