Here are my Bash, Git and Sublime Text configs
make sure Package Control is installed and it will automatically install the correct packages based on the packages list
Bash aliases:
ln -s /home/ruben/workspace/git/my-configs/.bash_aliases ~/.bash_aliases
Bash configs:
ln -s /home/ruben/workspace/git/my-configs/.bashrc ~/.bashrc
Bash history:
ln -s /home/ruben/workspace/git/private-configs/.bash_history ~/.bash_history
Git aliases:
ln -s /home/ruben/workspace/git/my-configs/.gitconfig ~/.gitconfig
Sublime Text configs:
ln -s /home/ruben/workspace/git/my-configs/User ~/.config/sublime-text-3/Packages
Terminator configs:
ln -s /home/ruben/workspace/git/my-configs/terminator ~/.config
Tmux configs:
ln -s /home/ruben/workspace/git/my-configs/.tmux.conf ~/.tmux.conf
Neofetch configs:
ln -s /home/ruben/workspace/git/my-configs/neofetch ~/.config
ZSH configs:
ln -s /home/ruben/workspace/git/my-configs/.zshrc ~/.zshrc
Fish configs:
ln -s /home/ruben/workspace/git/my-configs/config.fish ~/.config/fish/config.fish
Awesome configs:
ln -s /home/ruben/workspace/git/my-configs/rc.lua ~/.config/awesome/rc.lua
Dmenu configs:
ln -s /home/ruben/workspace/git/my-configs/dmenu_path /usr/bin/dmenu_path
Powerline-Shell configs:
ln -s /home/ruben/workspace/git/my-configs/powerline-shell/config.json ~/.config/powerline-shell/config.json
ln -s /home/ruben/workspace/git/my-configs/powerline-shell/theme.py ~/.local/lib/python3.8/site-packages/powerline_shell/themes/theme.py
ln -s /home/ruben/workspace/git/my-configs/powerline-shell/git.py ~/.local/lib/python3.8/site-packages/powerline_shell/segments/git.py
ln -s /home/ruben/workspace/git/my-configs/powerline-shell/root.py ~/.local/lib/python3.8/site-packages/powerline_shell/segments/root.py
🆘 You can find additional informations here: