https://github.com/styts/dotfiles
My dotfiles, to be shared across environments.
https://github.com/styts/dotfiles
dotfiles
Last synced: 2 months ago
JSON representation
My dotfiles, to be shared across environments.
- Host: GitHub
- URL: https://github.com/styts/dotfiles
- Owner: styts
- Created: 2013-09-23T16:51:55.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2019-10-12T10:06:26.000Z (over 6 years ago)
- Last Synced: 2026-01-03T14:39:20.520Z (5 months ago)
- Topics: dotfiles
- Language: Shell
- Size: 303 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Install common system packages
sudo apt-get -y install vim git tree htop zsh pass
# install ffind
git clone https://github.com/jaimebuelta/ffind.git
cd ffind && sudo python setup.py install && cd .. && sudo rm -rf ffind
# TODO: install (s)ag
Change user shell to zsh
chsh -s /bin/zsh
git clone https://github.com/styts/oh-my-zsh.git .oh-my-zsh
git clone https://github.com/styts/dotfiles.git .dotfiles
Link the dotfiles
ln -s .dotfiles/gitconfig .gitconfig
ln -s .dotfiles/gitignore .gitignore
ln -s .dotfiles/tmux.conf .tmux.conf
ln -s .dotfiles/zshrc .zshrc
ln -s .dotfiles/inputrc .inputrc
ln -s .dotfiles/sshconfig .ssh/config