rcfiles and whatnot for bash, zsh, and vim with easy installation
Clone the repository with
git clone https://github.com/cfalcione/ubuntu-quickstart
or download and unpack a zip of this repository.
Enter the repository directory
cd ubuntu-quickstart
Make the scripts executable if they aren't already
chmod +x *.sh
You should probably consider forking this repository and using your own rcfiles.
This uses apt
to install packages. If you're not using a Ubuntu-like distribution, change as necessary.
This will install:
wget
,git
,zsh
, andvim
fonts-powerline
andttf-ancient-fonts
- oh-my-zsh
- bullet train
- zsh syntax highlighting
execute with
./install.sh
optionally set zsh as your user's default shell with
chsh --shell $(which zsh)
This will make symbolic links to the rcfiles in the terminal-settings directory in your home directory.
execute with
./rcfiles.sh
optionally sourcing the new .zshrc with (replace .zshrc with .bashrc if you're using bash)
source ~/.zshrc
This will set git's global config with your name and email, as well as set git to store credentials and use simple pushing.
execute with
./git-config.sh
This will install docker-ce
and docker-compose
as well as add the current user to the docker group.
execute with
./docker.sh
This will install gcloud
in the current user's home folder
execute with
./gcloud.sh