Skip to content

Instantly share code, notes, and snippets.

@afeijo
Last active June 3, 2019 13:37
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 afeijo/4f1371be1f6d4c49b2965550dabf88d6 to your computer and use it in GitHub Desktop.
Save afeijo/4f1371be1f6d4c49b2965550dabf88d6 to your computer and use it in GitHub Desktop.
# Shortcut usage:
# curl -L http://bit.ly/feijo_tweaks | sh
echo Bash Aliases
wget https://gist.githubusercontent.com/afeijo/0c8c16c1726a27d4d1f4476c1f7cf53d/raw/118a33d210ec5d1d1ee1edad49679a83154e8343/.bash_aliases
echo ps1 colors
wget https://gist.github.com/afeijo/8601619/raw/a13d121b0abe2e4d0603612b744238c77b7d59ad/.ps1_color
curl -L https://raw.github.com/git/git/master/contrib/completion/git-prompt.sh > ~/.bash_git
echo Vim Awesome
git clone --depth=1 https://github.com/amix/vimrc.git ~/.vim_runtime
sh ~/.vim_runtime/install_awesome_vimrc.sh
echo Screen tweaks
wget https://gist.github.com/afeijo/2939681/raw/5cffa868d09e84dafd2f244a772da05c58578f22/.screenrc
echo Install our aliases and ps1 color to .bashrc
echo source ~/.bash_aliases >> .bashrc
echo source ~/.bash_git >> .bashrc
echo source ~/.ps1_color >> .bashrc
echo VIM F\'s keys
echo \" Mapping >> .vimrc
echo ":map <F2> :q <Enter>" >> .vimrc
echo ":map <F3> :w <Enter>" >> .vimrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment