Add dependencies.
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -5,4 +5,5 @@ dotfiles/sbt/0.13/plugins/project/
|
||||
dotfiles/sbt/0.13/plugins/target/
|
||||
dotfiles/sbt/boot/
|
||||
dotfiles/.pip/download_cache
|
||||
dotfiles/.pip/pip.log
|
||||
dotfiles/.pip/pip.log
|
||||
dotfiles/config/hub
|
Submodule dotfiles/emacs.d updated: 7e87d26e6e...53f4c48512
@@ -10,7 +10,7 @@ def all(ctx):
|
||||
linux_pacakges = ('zsh', 'tmux', 'emacs24-nox', 'nmap', 'scala', 'default-jdk',
|
||||
'default-jre', 'python-virtualenv', 'htop', 'netcat', 'wget',
|
||||
'zlib1g-dev', 'libxml2-dev', 'libxslt1-dev', 'python-dev',
|
||||
'libncurses5-dev', 'npm')
|
||||
'libncurses5-dev', 'npm', 'python3-dev')
|
||||
@ctask
|
||||
def apt_get(ctx):
|
||||
install_command = 'sudo apt-get -y install'
|
||||
|
@@ -15,7 +15,7 @@ def all(ctx):
|
||||
|
||||
|
||||
ESSENTIAL = (
|
||||
"emacs", "tmux", "python --with-brewed-openssl", "htop", "zsh", "make",
|
||||
"emacs --cocoa --srgb --with-x", "tmux", "python --with-brewed-openssl", "htop", "zsh", "make",
|
||||
"macvim --override-system-vim --custom-system-icons --with-features=huge "
|
||||
"--enable-rubyinterp --enable-pythoninterp --enable-perlinterp --enable-cscope"
|
||||
)
|
||||
@@ -34,7 +34,7 @@ MISC = ("file-formula", "less", "openssh --with-brewed-openssl",
|
||||
"perl518", "rsync", "svn", "unzip", "docker", "boot2docker", "pandoc",
|
||||
"mercurial")
|
||||
|
||||
CASKS = ('alfred', 'caffeine', 'flux', 'google-chrome', 'iterm2', 'spotify', 'vlc', 'virtualbox')
|
||||
CASKS = ('alfred', 'caffeine', 'flux', 'google-chrome', 'iterm2', 'spotify', 'vlc', 'virtualbox', 'xquartz')
|
||||
@ctask
|
||||
def osx_config(ctx):
|
||||
ctx.run('source {0}; osx_config'.format(os.path.join(RESOURCES_DIRECTORY, 'osx.sh')))
|
||||
|
Reference in New Issue
Block a user