mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Added symlink to make .tmux.conf work right
This commit is contained in:
parent
57671871db
commit
5b63a85a6e
1 changed files with 8 additions and 0 deletions
|
|
@ -60,6 +60,14 @@ class profile::linux::el {
|
||||||
group => $gid,
|
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 {
|
vcsrepo {
|
||||||
default:
|
default:
|
||||||
ensure => 'latest',
|
ensure => 'latest',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue