https://github.com/ziwot/dotfiles
https://github.com/ziwot/dotfiles
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ziwot/dotfiles
- Owner: ziwot
- Created: 2016-01-15T10:11:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-08-03T10:19:25.000Z (almost 2 years ago)
- Last Synced: 2025-01-01T12:47:36.345Z (over 1 year ago)
- Language: Lua
- Size: 3.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
## Installing
Run `stow` to symlink everything or just select what you want
```sh
stow */ # Everything (the '/' ignores the README)
```
```sh
stow zsh # Just my zsh config
```
### tmux
Install plugins with `prefix + I`
## Remember npm packages
```sh
npm --location=global list > npm-global.txt
```
## Save terminal conf
```sh
dconf dump /org/gnome/terminal/legacy/profiles:/ > gnome-terminal-profiles.dconf
```
## Resources
-
-
-
-
-
-
-
-
-
-
-
-