Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/inizio/dotfiles
- Owner: IniZio
- Created: 2016-11-08T02:36:33.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T15:20:22.000Z (6 months ago)
- Last Synced: 2024-10-06T11:36:56.240Z (4 months ago)
- Topics: dotfiles, fish-shell, i3wm, teamfortress2, ubuntu
- Language: Shell
- Homepage:
- Size: 9.11 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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