Last active
July 20, 2020 21:09
-
-
Save clupasq/a7a85ea05c21fa0226e5 to your computer and use it in GitHub Desktop.
Codio init
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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