/dotfiles

Heavily inspired by https://github.com/mathiasbynens/dotfiles

Primary LanguageShell


DOTFILES
OVERALL SETTINGS

alexyalunin's dotfiles

$ 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 git@github.com:alexyalunin/dotfiles.git && cd dotfiles

Linux Setup

$ ./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.

MacOS Setup

Read mac_setup.md first

$ ./2_zsh_install.sh 
$ ./3_bootstrap.sh -f 
$ source ./.macos