Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mfyz/dotfiles
My dotfiles
https://github.com/mfyz/dotfiles
bash dotfiles tmux-conf zshrc
Last synced: 3 months ago
JSON representation
My dotfiles
- Host: GitHub
- URL: https://github.com/mfyz/dotfiles
- Owner: mfyz
- Created: 2019-09-09T21:50:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-17T17:25:58.000Z (7 months ago)
- Last Synced: 2024-06-11T12:47:41.657Z (5 months ago)
- Topics: bash, dotfiles, tmux-conf, zshrc
- Language: Shell
- Size: 84 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - mfyz/dotfiles - My dotfiles (Shell)
README
# Automatic Install
`sh -c "$(curl -fsSL https://raw.githubusercontent.com/mfyz/dotfiles/master/install.sh)"`
# Other stuff to install
- Fig - Autocomplete
- Atuin - for better bash history: https://github.com/ellie/atuin# Manual config folders
Some of the config folders are not standard dotfiles, they may need to ne installed manually. Currently install.sh will skip folder names starting with underscore. See each folder for it's installation steps. Generally scripted.
## Install ZSH Plugins and PowerLevel10k theme
```
git clone https://github.com/zsh-users/zsh-autosuggestions ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k
```## Vim Plugins
Install Vundle https://github.com/VundleVim/Vundle.vim with:
```git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim```
Launch vim and run `:PluginInstall`## Install Ruby via rbenv
https://gist.github.com/stonehippo/cc0f3098516fb52390f1# Todos
[ ] Add vscode config files for mac https://pawelgrzybek.com/sync-vscode-settings-and-snippets-via-dotfiles-on-github/
[ ] Add bootstrap script that checks and install packages (node, npm, nvm, zsh etc...# Tools used
- zsh + oh-my-zsh + powerlevel10k
- tmux for session/scree/pane management in cli
- fortune, cowsay, lolcatjs for daily inpirationals in motd# Other
Sublime Stuff
- Auto Hide Tabs: https://github.com/croach/SublimeHideTabs
- Markdown default: https://medium.com/@edgar/use-markdown-as-default-language-for-new-documents-in-sublime-text-3266471e01a4
- Clickable urls: https://stackoverflow.com/a/55172358