linux tweaks.
This commit is contained in:
parent
d7c562082b
commit
b03fe84f45
@ -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 {
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user