Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jandamm/dotfiles
These are my personal dofiles
https://github.com/jandamm/dotfiles
Last synced: 14 days ago
JSON representation
These are my personal dofiles
- Host: GitHub
- URL: https://github.com/jandamm/dotfiles
- Owner: jandamm
- Created: 2020-01-11T20:04:07.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-19T11:00:08.000Z (4 months ago)
- Last Synced: 2024-08-01T19:46:04.544Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 2.13 MB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
## Full installation
- `git clone [email protected]:jandamm/dotfiles.git ~/.dotfiles`
- `# cd ~/.dotfiles && git clone [email protected]:jandamm/dotfiles_private.git ~/.private`
- Make sure Xcode is installed and `sudo xcode-select -p "your Xcode path"` is run
- `cd ~/.dotfiles && ./dotfiles install`### Use zsh from Homebrew as login shell
- `echo '/usr/local/bin/zsh' >> /etc/shells`
- `chsh -s /usr/local/bin/zsh`## Updating
`dotfiles update`
## Introduce new files
- `dotfiles add` to add existing files to ~/.dotfiles
- `dotfiles stow` after creating files inside ~/.dotfiles## Excluding folders
`touch $folder/.nostow`