$ sudo apt install -y git && git clone https://github.com/alexyalunin/dotfiles.git && cd dotfiles
or setup ssh
$ eval `ssh-agent -s`
$ chmod 400 ~/.ssh/id_rsa
$ ssh-add ~/.ssh/id_rsa
and use
$ sudo apt install -y git && git clone [email protected]:alexyalunin/dotfiles.git && cd dotfiles
$ ./1_apt_install.sh && ./2_zsh_install.sh && ./3_bootstrap.sh -f
Reload Linux for zsh, install python mac_setup.md
, update .extra
. Maybe add zsh
at top of .bashrc
.
Read mac_setup.md
first
$ ./2_zsh_install.sh
$ ./3_bootstrap.sh -f
$ source ./.macos