Start re-organising my dotfiles
This commit is contained in:
parent
4141702986
commit
8954b21d7f
101 changed files with 40 additions and 3228 deletions
30
shells/zsh/oh-my-zsh/themes/powerlevel9k/.travis.yml
Normal file
30
shells/zsh/oh-my-zsh/themes/powerlevel9k/.travis.yml
Normal file
|
@ -0,0 +1,30 @@
|
|||
sudo: true
|
||||
dist: trusty
|
||||
language: sh
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- build-essential
|
||||
|
||||
before_script:
|
||||
# Show the git version being used to test.
|
||||
- "git --version"
|
||||
# Show the zsh version being used to test.
|
||||
- "zsh --version"
|
||||
|
||||
install:
|
||||
- "sudo apt-get update -qq"
|
||||
- "sudo apt-get install -y zsh"
|
||||
- "sudo chsh -s $(which zsh)"
|
||||
- "sudo apt-get install -y git mercurial subversion jq node golang ruby python python-virtualenv"
|
||||
|
||||
script:
|
||||
- test/powerlevel9k.spec
|
||||
- test/functions/utilities.spec
|
||||
- test/functions/colors.spec
|
||||
- test/functions/icons.spec
|
||||
- test/segments/command_execution_time.spec
|
||||
- test/segments/dir.spec
|
||||
- test/segments/rust_version.spec
|
||||
- test/segments/go_version.spec
|
||||
- test/segments/vcs.spec
|
Loading…
Add table
Add a link
Reference in a new issue