This is my personal development environment configuration, everything you need when you have a fresh install of (arch) linux.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 849B

dev-config

This repo contains files and instructions I use/need to setup my development environment. This all is used with Manjaro.

update your system first with: sudo pacman -Syu

Install yaourt using sudo pacman -S base-devel yaourt

If a yaourt install fails make sure sudo pacman -S base-devel is installed correctly

sudo pacman -S vim Set up vim install git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim and install the plugins in the vimrc using vim +PluginInstall +qall

Make sure only jdk8-openjdk is installed and set as default using sudo archlinux-java set java-8-openjdk.

Applications to install:

sudo pacman -S terminator
sudo pacman -S chromium
yaourt -S visual-studio-code-bin
yaourt -S gitkraken
yaourt -S firefox-developer-edition
yaourt -S postman
yaourt -S android-studio