Skip to content

anneau/dot-files

Repository files navigation

dotfiles

Install

For Amazon Linux

# Install zsh and git
sudo yum install -y zsh git
# Setting zsh as login shell
sudo vim /etc/shells # and add /bin/zsh to end of file
sudo vim /etc/passwd # edit EC2 default user '/bin/bash' to '/bin/zsh'
# Download config files and install
git clone --recursive https://github.com/anneau/dot-files.git
cd dot-files/
sh install.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published