Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sfabrizio/dotfiles
π» My personal dotfiles -> Always improving π
https://github.com/sfabrizio/dotfiles
autoenv bash dotfiles nodejs oh-my-zsh personal-dotfiles tmux vim zsh zsh-theme
Last synced: about 1 month ago
JSON representation
π» My personal dotfiles -> Always improving π
- Host: GitHub
- URL: https://github.com/sfabrizio/dotfiles
- Owner: sfabrizio
- Created: 2016-04-26T13:49:37.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2024-09-16T13:57:02.000Z (4 months ago)
- Last Synced: 2024-09-16T16:26:08.866Z (4 months ago)
- Topics: autoenv, bash, dotfiles, nodejs, oh-my-zsh, personal-dotfiles, tmux, vim, zsh, zsh-theme
- Language: Shell
- Homepage:
- Size: 2.04 MB
- Stars: 10
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/sfabrizio/dotfiles.svg?branch=master)](https://travis-ci.org/sfabrizio/dotfiles)
# Samβs dotfilesThis 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
![preview](screenshots/preview3.png)
# Install
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.
## installation packages:
- [brew](https://brew.sh/) (OSX only)
- [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh)
- [byobu](http://byobu.co/) (OSX/linux)
- [nodeJs](https://nodejs.org/en/)
- [turbo-git](https://github.com/labs-js/turbo-git)
- [nvm](https://github.com/creationix/nvm)
- [autoenv](https://github.com/kennethreitz/autoenv)
- [tmux](https://en.wikipedia.org/wiki/Tmux)
- [tmux-powerline](https://github.com/erikw/tmux-powerline)
After package installations It will create references on home directory to these .dotfiles, Creating also a backup's copy of previous .dotfiles# Features
## OH-MY-ZSH
- custom zsh theme: [ozono](https://github.com/sfabrizio/ozono-zsh-theme)
- [ozono](https://github.com/sfabrizio/ozono-zsh-theme): switch the icon according OS: linux, mac, rasbian, etc.
- [ozono](https://github.com/sfabrizio/ozono-zsh-theme): show node js version only on js projects.
- auto switch node js version enviroment only when itβs necessary. Using Autoenv![ozono](screenshots/ozono.png)
## VIM/NVIM
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](vimrc) file for more references.![vim](screenshots/vim.png)
## Git
- turbo-git
- custom shorts alias & turbo git alias
- colors improvements
- global gitconfig & global gitignore![git](screenshots/turbo-git.png)
## TMUX
- 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)![tmux](screenshots/tmux-bar.png)
# Windows Support
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](https://docs.microsoft.com/en-us/windows/wsl/install-win10). but the performance is not good and it has weird behaviours. I also tried out [Hyper](https://hyper.is/) and others. And After 1 year of these tries..My Conclution: [git-bash](https://gitforwindows.org/) terminal with linux extended commands and being used with [ConEmu](https://conemu.github.io/en/Downloads.html) It's the best!
## Diffs running over windows:
- 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.![windows-terminal](screenshots/windows-terminal.png)
## TODO:
- ~~install script: install autoenv~~
- ~~install script: should install oh-my-zsh~~
- ~~one command for install all the dependencies OSX~~
- ~~tmux-bar: create custom segments.~~
- ~~tmux-bar: show spotify playing song and change it from the bar.~~
- ~~install nvim on script install~~
- ~~windows 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.