Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/igwtcode/dotfiles
my dotfiles
https://github.com/igwtcode/dotfiles
dotconfig dotfiles homebrew stow
Last synced: 23 days ago
JSON representation
my dotfiles
- Host: GitHub
- URL: https://github.com/igwtcode/dotfiles
- Owner: igwtcode
- License: mit
- Created: 2024-06-30T22:54:19.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-30T22:57:21.000Z (about 2 months ago)
- Last Synced: 2024-10-04T21:42:24.035Z (about 1 month ago)
- Topics: dotconfig, dotfiles, homebrew, stow
- Language: Lua
- Homepage:
- Size: 158 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# my dotfiles
### Setup Symlinks:
```bash
# to setup all symlinks at once
stow .
```### Tmux
once everything has been installed, it's time to run TPM, install first:```bash
git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm
```then run `Ctrl+I` to install all plugins
### Homebrew:
```bash
cd homebrew# Leaving a machine
brew leaves > leaves.txt# Fresh installation
xargs brew install < leaves.txt
```