This is my personal dotfiles. I created it from scratch. You are free to use it if you want.. But I recommend you create your own dotfiles. It's a learning journey and It's sastifying build your own tools (at least it is for me). Feel free to take this dotfiles as base or inspiration.
OS Support: OSX, Linux & Windows
Sam's dotfiles is installed by running one of the following commands in your terminal. You can install this via the command-line with either curl or wget.
This install script is detecting the OS where is running and It's acting accordingly.
Via curl
sh -c "$(curl -fsSL https://raw.githubusercontent.com/sfabrizio/dotfiles/master/install.sh)"
Via wget
sh -c "$(wget https://raw.githubusercontent.com/sfabrizio/dotfiles/master/install.sh -O -)"
This will install for you. all neccesaty pkg for have it working. The only real pre-requirement is have git
command.
After package installations It will create references on home directory to these .dotfiles, Creating also a backup's copy of previous .dotfiles
- custom zsh theme: ozono
- ozono: switch the icon according OS: linux, mac, rasbian, etc.
- ozono: show node js version only on js projects.
- auto switch node js version enviroment only when it’s necessary. Using Autoenv
This configuration work with the regular vim but I'm usin nvim on Linux/OSX.
- code higliting: js, jsx, html,css, scss, bash, c, etc. linting.
- auto ident js code.
- nerd tree, vim icons, etc.
- eslint_d for faster linting.
- etc, etc. Check vimrc file for more references.
- turbo-git
- custom shorts alias & turbo git alias
- colors improvements
- global gitconfig & global gitignore
- easy shorcuts thanks to byobu
- beter colors, match with ozono theme
- custom tmux powerline bar
- custom segments for tmux bar: slack/whatsapp notifications counter (Only working on OSX so far)
After many tries of find a propper terminal under Windows. I decided to use bash
instead of zsh
.
I was able to install the linux version of this dotfiles in ubuntu-for-windows. but the performance is not good and it has weird behaviours. I also tried out Hyper and others. And After 1 year of these tries..
My Conclution: git-bash terminal with linux extended commands and being used with ConEmu It's the best!
- Use bash intead zsh.
- No tmux, instead use
ConEmu
Spliting Features - install script: It's the same install entry as in linux but It's doing a fallback to
intall-windows.sh
- Use vim instead of Nvim
- Include alias only valid for windows.
- vim: disable monokai theme, this cause issues on the colors.
- git: disable diff-so-fancy, It's not sopported on windows.
install script: install autoenvinstall script: should install oh-my-zshone command for install all the dependencies OSXtmux-bar: create custom segments.tmux-bar: show spotify playing song and change it from the bar.install nvim on script installwindows support - find alternatives, a propper terminal- vim: disable monokai theme only on windows.
- git: disable diff-to-fancy only on windows.
- install: add patched font, this is currently manual work.
- auto updates on dotfiles
- write unit tests
- vim: create plugin for auto fix eslint warnning.
- implement autoenv global file
- autocheck new node js version on new session start
- autocheck updates of nvim.