Skip to content

Instantly share code, notes, and snippets.

@clupasq
Last active July 20, 2020 21:09
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 clupasq/a7a85ea05c21fa0226e5 to your computer and use it in GitHub Desktop.
Save clupasq/a7a85ea05c21fa0226e5 to your computer and use it in GitHub Desktop.
Codio init
cd ~
mkdir -p ~/.config
sudo apt-get install -y inotify-tools
sudo apt-get install -y tmux
git clone https://github.com/clupasq/clupasq.git $HOME/.config/clupasq
$HOME/.config/clupasq/setup.sh -o
# install bash-it
git clone --depth=1 https://github.com/Bash-it/bash-it.git ~/.bash_it
~/.bash_it/install.sh
# setting export BASH_IT_THEME='nwinkler_random_colors' in .bashrc
sed -i "s/^.*BASH_IT_THEME.*$/export BASH_IT_THEME='nwinkler_random_colors'/g" ~/.bashrc
# also run the clupasq custom bashrc on startup
echo "source $HOME/.bashrc_clupasq" >> ~/.bashrc
vim +PluginInstall! +qall
# to avoid noise when connecting via SSH
touch ~/.hushlogin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment