Added symlink to make .tmux.conf work right

This commit is contained in:
Gene Liverman 2018-02-10 20:43:05 -08:00
parent 57671871db
commit 5b63a85a6e

View file

@ -60,6 +60,14 @@ class profile::linux::el {
group => $gid,
}
# Unlike on Mint, powerline is pulled from pip.
# This makes it so that the line in .tmux.conf works on both.
file { '/usr/share/powerline':
ensure => 'link',
target => '/usr/lib/python2.7/site-packages/powerline',
require => Package[$python_pacakges],
}
vcsrepo {
default:
ensure => 'latest',