Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/djetelina/djetelina-dotfiles
My personal dotfiles, for easy management across multiple devices and setting up environments on new devices
https://github.com/djetelina/djetelina-dotfiles
aliases config dotfiles vimrc zsh zshrc
Last synced: 17 days ago
JSON representation
My personal dotfiles, for easy management across multiple devices and setting up environments on new devices
- Host: GitHub
- URL: https://github.com/djetelina/djetelina-dotfiles
- Owner: djetelina
- Created: 2017-03-27T07:47:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-12-21T08:48:45.000Z (about 4 years ago)
- Last Synced: 2024-11-09T05:30:50.964Z (2 months ago)
- Topics: aliases, config, dotfiles, vimrc, zsh, zshrc
- Language: Python
- Homepage:
- Size: 108 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My .files
Here are my personal dotfiles with all the configurations that I hold the most dear and I want to be able to set them up anywhere easily. Just run `./INSTALL`!
Things that will get installed (amongst replacing .files)
- Apt packages
- python2.7
- shellcheck
- python-pip
- python3-pip
- zsh
- curl
- vim
- Pip packages (under --user)
- powerline-status (via pip2)
- python-jenkins
- pydocstyle
- flake8
- Plugins
- For vim
- Pathogen
- Syntastic
- jedi
- monokai color scheme
- For zsh
- oh-my-zsh
- k
- syntax higlighting
- directory history
- powerlevel9k theme#### TODO
- Fonts
## Shell
### zshrc
Main configuration for shell
### zsh_aliases
Aliases that wouldn't be too good if ran from bash (sourced from ssh etc.)
### bash_aliases
More general aliases
## Other stuff
### vimrc
I'll be honest I stole most of this, just to make vim a bit bearable