Skip to content

Instantly share code, notes, and snippets.

@deshmukhrajvardhan
Last active February 9, 2019 22:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deshmukhrajvardhan/019ae9bf13e9efa34d511cec7afb9644 to your computer and use it in GitHub Desktop.
Save deshmukhrajvardhan/019ae9bf13e9efa34d511cec7afb9644 to your computer and use it in GitHub Desktop.
#conda support
https://docs.continuum.io/anaconda/install/linux/
# update
sudo apt-get update; sudo apt-get upgrade
# editors
sudo apt-get install geany emacs -y
# Wireshark
sudo apt-get install wireshark
# Zsh support
sudo apt-get install zsh
https://www.howtoforge.com/tutorial/how-to-setup-zsh-and-oh-my-zsh-on-linux/
cd ~/.oh-my-zsh/plugins
git clone https://github.com/zsh-users/zsh-autosuggestions
cd
#export PATH="/home/raj/anaconda3/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin"
nano .zshrc
export PATH="/home/raj/anaconda3/bin:$PATH"
sudo chsh -s /bin/zsh
# git gnome keyring-config
https://stackoverflow.com/a/40312117/2017781
# LateX support
sudo add-apt-repository ppa:sunderme/texstudio
sudo apt-get update;sudo apt-get install texstudio -y
sudo apt-get install texlive-pstricks -y
sudo apt-get install texlive-science -y
# autogensh
sudo apt-get install dh-autoreconf check libssl-dev libpcap-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment