Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/puresyntax71/dotfiles
My dotfiles.
https://github.com/puresyntax71/dotfiles
git linux macos neovim stow tmux ubuntu vim zsh
Last synced: about 2 months ago
JSON representation
My dotfiles.
- Host: GitHub
- URL: https://github.com/puresyntax71/dotfiles
- Owner: puresyntax71
- Created: 2020-01-02T05:34:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T20:13:53.000Z (4 months ago)
- Last Synced: 2024-10-12T22:35:06.892Z (3 months ago)
- Topics: git, linux, macos, neovim, stow, tmux, ubuntu, vim, zsh
- Language: Shell
- Homepage:
- Size: 238 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
## Dependencies
### Packages
* [`ag`](https://github.com/ggreer/the_silver_searcher)
* [`fd`](https://github.com/sharkdp/fd)
* [`nvm`](https://github.com/nvm-sh/nvm)
* [`tpm`](https://github.com/tmux-plugins/tpm)
* [`fzf`](https://github.com/junegunn/fzf)
* [`zimfw`](https://github.com/zimfw/zimfw)
* [`asdf`](https://github.com/asdf-vm/asdf)
* [`delta`](https://github.com/dandavison/delta)### NodeJS packages
* [`diagnostic-languageserver`](https://github.com/iamcco/diagnostic-languageserver)
* [`diff-so-fancy`](https://github.com/so-fancy/diff-so-fancy)Set the default for `nvm` using `nvm alias default ` e.g. `nvm alias default 13` and install the packages globally using `npm`.
### Composer packages
* [`drupal/coder`](https://www.drupal.org/project/coder)
* [`mglaman/drupal-check`](https://github.com/mglaman/drupal-check)Install `drupal/coder` using [this](https://www.drupal.org/docs/8/modules/code-review-module/installing-coder-sniffer).
## Installation
```
$ git clone https://github.com/puresyntax71/dotfiles.git ~/.dotfiles
$ stow -t $HOME
```