Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/umasoya/dotfiles
dotfiles
https://github.com/umasoya/dotfiles
bash dotfiles neovim nvim tmux zsh
Last synced: 2 months ago
JSON representation
dotfiles
- Host: GitHub
- URL: https://github.com/umasoya/dotfiles
- Owner: umasoya
- Created: 2015-06-18T02:39:19.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-01-11T13:55:04.000Z (about 1 year ago)
- Last Synced: 2024-08-08T17:16:38.153Z (6 months ago)
- Topics: bash, dotfiles, neovim, nvim, tmux, zsh
- Language: Vim Script
- Homepage:
- Size: 11.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
## Dependence
- GNU-stow
## deploy dotfiles
```
./deploy.sh
```**When deploying for the first time**
Symbolic links for '.gitignore' are not created due to the 'stow' specification.
To avoid this, you need to deploy '.stow-global-ignore' to your home directory first.
In conclusion, you need to run the deploy.sh twice.## removal dotfiles
```
./removal.sh
```### MacOS
On MacOS, run this to install various thing after installing **homebrew**.
```
cd brew
brew bundle
```## Configuration files included
- zsh
- afx
- neovim
- dein.vim
- tmux
- iterm2
- brew## Directory structure
directory tree
![DirectoryTree.jpeg](etc/img/directoryTree.jpeg)