Keep powerline prompt on ssh

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP












0















I have a powerline bash prompt in iterm2 on my MacOS client and I want to keep the prompt when I ssh into different servers.



I regularly ssh into: a local headless vm, a server for school assignments, and a seedbox, and I'd rather not keep 4 different configurations synced, plus I can't install powerline on my school's server.



Is there some way to keep my prompt when I ssh to a different machine?










share|improve this question
























  • AFAIK you have to install it on the host server. If you have your own account on your school server, then you can (probably) just install powerline in the user home. I've done the same with zsh powerline.

    – Sparhawk
    Jan 29 at 4:37











  • Hmm I see. I'll poke around and see what I can do. Thanks!

    – Holden Nelson
    Jan 29 at 4:53











  • Reading the docs, it looks like you just need to download, then source powerline, so no root access required. In terms of keeping your configs synced, I have a git server installed in my server, and just upload dotfiles. (Git servers are super easy to install. You just need ssh access and git installed, basically.)

    – Sparhawk
    Jan 29 at 4:56












  • I usually host my dots on github so I should have an easy enough time. Just wanted to make sure there wasn't an easier option. Thank you for the help.

    – Holden Nelson
    Jan 29 at 5:24











  • No worries; good luck! Hopefully someone else might have an idea on how to use a centralised config.

    – Sparhawk
    Jan 29 at 5:33
















0















I have a powerline bash prompt in iterm2 on my MacOS client and I want to keep the prompt when I ssh into different servers.



I regularly ssh into: a local headless vm, a server for school assignments, and a seedbox, and I'd rather not keep 4 different configurations synced, plus I can't install powerline on my school's server.



Is there some way to keep my prompt when I ssh to a different machine?










share|improve this question
























  • AFAIK you have to install it on the host server. If you have your own account on your school server, then you can (probably) just install powerline in the user home. I've done the same with zsh powerline.

    – Sparhawk
    Jan 29 at 4:37











  • Hmm I see. I'll poke around and see what I can do. Thanks!

    – Holden Nelson
    Jan 29 at 4:53











  • Reading the docs, it looks like you just need to download, then source powerline, so no root access required. In terms of keeping your configs synced, I have a git server installed in my server, and just upload dotfiles. (Git servers are super easy to install. You just need ssh access and git installed, basically.)

    – Sparhawk
    Jan 29 at 4:56












  • I usually host my dots on github so I should have an easy enough time. Just wanted to make sure there wasn't an easier option. Thank you for the help.

    – Holden Nelson
    Jan 29 at 5:24











  • No worries; good luck! Hopefully someone else might have an idea on how to use a centralised config.

    – Sparhawk
    Jan 29 at 5:33














0












0








0








I have a powerline bash prompt in iterm2 on my MacOS client and I want to keep the prompt when I ssh into different servers.



I regularly ssh into: a local headless vm, a server for school assignments, and a seedbox, and I'd rather not keep 4 different configurations synced, plus I can't install powerline on my school's server.



Is there some way to keep my prompt when I ssh to a different machine?










share|improve this question
















I have a powerline bash prompt in iterm2 on my MacOS client and I want to keep the prompt when I ssh into different servers.



I regularly ssh into: a local headless vm, a server for school assignments, and a seedbox, and I'd rather not keep 4 different configurations synced, plus I can't install powerline on my school's server.



Is there some way to keep my prompt when I ssh to a different machine?







ssh sshd






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 29 at 4:35









Sparhawk

9,99764296




9,99764296










asked Jan 29 at 4:11









Holden NelsonHolden Nelson

11




11












  • AFAIK you have to install it on the host server. If you have your own account on your school server, then you can (probably) just install powerline in the user home. I've done the same with zsh powerline.

    – Sparhawk
    Jan 29 at 4:37











  • Hmm I see. I'll poke around and see what I can do. Thanks!

    – Holden Nelson
    Jan 29 at 4:53











  • Reading the docs, it looks like you just need to download, then source powerline, so no root access required. In terms of keeping your configs synced, I have a git server installed in my server, and just upload dotfiles. (Git servers are super easy to install. You just need ssh access and git installed, basically.)

    – Sparhawk
    Jan 29 at 4:56












  • I usually host my dots on github so I should have an easy enough time. Just wanted to make sure there wasn't an easier option. Thank you for the help.

    – Holden Nelson
    Jan 29 at 5:24











  • No worries; good luck! Hopefully someone else might have an idea on how to use a centralised config.

    – Sparhawk
    Jan 29 at 5:33


















  • AFAIK you have to install it on the host server. If you have your own account on your school server, then you can (probably) just install powerline in the user home. I've done the same with zsh powerline.

    – Sparhawk
    Jan 29 at 4:37











  • Hmm I see. I'll poke around and see what I can do. Thanks!

    – Holden Nelson
    Jan 29 at 4:53











  • Reading the docs, it looks like you just need to download, then source powerline, so no root access required. In terms of keeping your configs synced, I have a git server installed in my server, and just upload dotfiles. (Git servers are super easy to install. You just need ssh access and git installed, basically.)

    – Sparhawk
    Jan 29 at 4:56












  • I usually host my dots on github so I should have an easy enough time. Just wanted to make sure there wasn't an easier option. Thank you for the help.

    – Holden Nelson
    Jan 29 at 5:24











  • No worries; good luck! Hopefully someone else might have an idea on how to use a centralised config.

    – Sparhawk
    Jan 29 at 5:33

















AFAIK you have to install it on the host server. If you have your own account on your school server, then you can (probably) just install powerline in the user home. I've done the same with zsh powerline.

– Sparhawk
Jan 29 at 4:37





AFAIK you have to install it on the host server. If you have your own account on your school server, then you can (probably) just install powerline in the user home. I've done the same with zsh powerline.

– Sparhawk
Jan 29 at 4:37













Hmm I see. I'll poke around and see what I can do. Thanks!

– Holden Nelson
Jan 29 at 4:53





Hmm I see. I'll poke around and see what I can do. Thanks!

– Holden Nelson
Jan 29 at 4:53













Reading the docs, it looks like you just need to download, then source powerline, so no root access required. In terms of keeping your configs synced, I have a git server installed in my server, and just upload dotfiles. (Git servers are super easy to install. You just need ssh access and git installed, basically.)

– Sparhawk
Jan 29 at 4:56






Reading the docs, it looks like you just need to download, then source powerline, so no root access required. In terms of keeping your configs synced, I have a git server installed in my server, and just upload dotfiles. (Git servers are super easy to install. You just need ssh access and git installed, basically.)

– Sparhawk
Jan 29 at 4:56














I usually host my dots on github so I should have an easy enough time. Just wanted to make sure there wasn't an easier option. Thank you for the help.

– Holden Nelson
Jan 29 at 5:24





I usually host my dots on github so I should have an easy enough time. Just wanted to make sure there wasn't an easier option. Thank you for the help.

– Holden Nelson
Jan 29 at 5:24













No worries; good luck! Hopefully someone else might have an idea on how to use a centralised config.

– Sparhawk
Jan 29 at 5:33






No worries; good luck! Hopefully someone else might have an idea on how to use a centralised config.

– Sparhawk
Jan 29 at 5:33











0






active

oldest

votes











Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f497346%2fkeep-powerline-prompt-on-ssh%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes















draft saved

draft discarded
















































Thanks for contributing an answer to Unix & Linux Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f497346%2fkeep-powerline-prompt-on-ssh%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown






Popular posts from this blog

How to check contact read email or not when send email to Individual?

Bahrain

Postfix configuration issue with fips on centos 7; mailgun relay