My configuration files
- git clone dotfiles
- Symlink files into home directory
ln -s dotfiles/gitconfig .gitconfig
ln -s dotfiles/gitignore_global .gitignore_global
ln -s dotfiles/python .python
ln -s dotfiles/inputrc .inputrc
(readline setup)
- Create .zshrc:
echo "source ~/dotfiles/zshrc/zshrc" > .zshrc
- Add starship configuration:
mkdir -p ~/.config && ln -s ~/dotfiles/starship.toml ~/.config/
- Create .tmux.conf:
echo "source-file dotfiles/tmux/tmux_general.conf" > .tmux.conf
- Brew Installation
- Install Brew (https://brew.sh/)
ln -s dotfiles/Brewfile ~/.Brewfile
brew bundle --global