Add sublime text
This commit is contained in:
parent
1d8f1934e5
commit
1a7af676ec
3 changed files with 4 additions and 2 deletions
|
@ -91,3 +91,6 @@ Include = /etc/pacman.d/mirrorlist
|
|||
[antergos]
|
||||
SigLevel = PackageRequired
|
||||
Include = /etc/pacman.d/antergos-mirrorlist
|
||||
|
||||
[sublime-text]
|
||||
Server = https://download.sublimetext.com/arch/stable/x86_64
|
||||
|
|
|
@ -16,7 +16,5 @@ class yaourt::keys () {
|
|||
exec { "pacman-key -r $key":
|
||||
unless => "pacman-key --list-keys $key"
|
||||
}
|
||||
exec { "pacman-key --lsign-key $key":
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -66,6 +66,7 @@ class yaourt::packages () {
|
|||
'slack-desktop',
|
||||
'spotify',
|
||||
'steam',
|
||||
'sublime-text',
|
||||
'sysstat',
|
||||
'terminator',
|
||||
'thefuck',
|
||||
|
|
Loading…
Reference in a new issue