linux tweaks.

This commit is contained in:
Ivan Malison 2014-11-25 02:09:41 -08:00
parent d7c562082b
commit b03fe84f45
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ function focus_emacs {
}
function emacs_get_running_instances {
pgrep -i emacs | xargs ps -o command -p | egrep -o " --daemon=(.*)" | awk -F= '{print $2}' | sed 's/\^J3,4\^J//'
pgrep emacs | xargs ps -o command -p | egrep -o " --daemon=(.*)" | awk -F= '{print $2}' | sed 's/\^J3,4\^J//'
}
function emacs_open {

View File

@ -15,7 +15,7 @@ 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', 'xbindkeys', 'python3-dev', 'xclip',
'silversearcher-ag', 'npm', 'xdotool')
'silversearcher-ag', 'npm', 'xdotool', 'gconf-editor')
@ctask
def apt_get(ctx):
install_command = 'sudo apt-get -y install'