DEV Community

Discussion on: Ubuntu Dev Environment setup

Collapse
 
defman profile image
Sergey Kislyakov

dpkg -i gitkraken-amd65.deb

It's amd64 :) I'm against oh-my-zsh though. It's too damn big and slow compared to other zsh plugin managers. I'd go with zgen and a bunch of plugins (better history, autocomplete, syntax highlighting, etc.). If you need a good PS1 prompt, you'd simply copy it from the oh-my-zsh project or use it with zgen. Though usually I create my own PS1 that displays cwd and git status (the branch that will be either red or green depending on the git status output).