Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/inizio/dotfiles

:sparkles: My dotfiles
https://github.com/inizio/dotfiles

dotfiles fish-shell i3wm teamfortress2 ubuntu

Last synced: 3 months ago
JSON representation

:sparkles: My dotfiles

Awesome Lists containing this project

README

        

# Dotfiles

### Pre-requisites

- Homebrew

### Setup

1. `git clone --bare [email protected]:IniZio/dotfiles.git ~/.dotfiles`
1. `GIT_WORK_TREE=~ GIT_DIR=$HOME/.dotfiles git restore --staged ./`
1. `GIT_WORK_TREE=~ GIT_DIR=$HOME/.dotfiles git restore ./`
1. `make setup-ubuntu` / `make setup-mac`

### Environments

#### Linux

- [Cerebro](http://cerebroapp.com/): Unity's Alt-F2 alternative in i3wm
- [Postman](https://www.getpostman.com/)
- [Franz](http://meetfranz.com/) / [Rambox](http://rambox.pro/): Unify all your chat clients
- [Typora](https://typora.io): Best Markdown writer (has Latex)
- Guake terminal: Drop-down terminal
- NaSC: Not as powerful as WolframAlpha, but well sometimes you have to be offline..
- Meld: Compare files/directories, good for dirty comparisons
- Redshift GTK / flux indicator applet (in ubuntu repo already): Save your eyes
- Genymotion: faster emulator than Android AVD (only free for personal use with limited features though)
- howdoi: `pip install howdoi`
- [Etcher](https://etcher.io/): USB writer with a finally good UI
- Neovim

```sh
# Install home-manager
# https://nix-community.github.io/home-manager/index.xhtml#sec-install-standalone
nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager
nix-channel --update
nix-shell '' -A install

# devenv
nix-env -iA devenv -f https://github.com/NixOS/nixpkgs/tarball/nixpkgs-unstable
```

#### Mac

- Rectangle: Window manager.
- Postico / Table Plus: DB GUI client