Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tyom/dotfiles
My dotfiles (zsh)
https://github.com/tyom/dotfiles
dotfiles shell vim zsh
Last synced: 2 days ago
JSON representation
My dotfiles (zsh)
- Host: GitHub
- URL: https://github.com/tyom/dotfiles
- Owner: tyom
- Created: 2011-08-06T14:12:43.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-08-19T18:05:12.000Z (3 months ago)
- Last Synced: 2024-08-19T21:16:46.719Z (3 months ago)
- Topics: dotfiles, shell, vim, zsh
- Language: Shell
- Homepage:
- Size: 3.71 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a collection of Tyom’s dotfiles and settings.
![Shell screenshot](https://raw.githubusercontent.com/tyom/dotfiles/master/shell.png)
![Vim screenshot](https://raw.githubusercontent.com/tyom/dotfiles/master/vim.png)Installation
============Installation may take a few minutes as it will download and
[install](./install) a number of packages.Setup can be run mulitple times. It will update if necessary.
Admin password will be required during the setup process.
$ git clone https://github.com/tyom/dotfiles.git ~/.dotfiles
$ cd ~/.dotfiles
$ make install### Remotely
sh -c "`curl -fsSL https://raw.githubusercontent.com/tyom/dotfiles/master/install.sh`"
Customisation
==============These dotfiles are meant to be read-only. Additional configuration shoul be addedt to local dotfiles:
### `~/.zsh.local`
### `~/.gitconfig.local`e.g.
[user]
name =Tyom Semonov
email = mailtyom.net### iTerm2
To configure iTerm settings set "Load preferences from a custom folder or URL" to `iterm2` URL in this repo
~/.dotfiles/iterm2
### macOS
To set some macOS [default preferences](./macOS/set_defaults.sh) run
`~/.dotfiles/macOS/set_defaults.sh`
Development
===========To test dotfiles in sandbox use provided Docker image:
make test