https://github.com/amerenda/dotfiles
My Dotfiles
https://github.com/amerenda/dotfiles
dotbot tmux vim zsh
Last synced: 3 months ago
JSON representation
My Dotfiles
- Host: GitHub
- URL: https://github.com/amerenda/dotfiles
- Owner: amerenda
- Created: 2017-06-13T21:28:42.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2026-01-26T03:43:16.000Z (5 months ago)
- Last Synced: 2026-01-26T18:39:43.138Z (5 months ago)
- Topics: dotbot, tmux, vim, zsh
- Language: Shell
- Homepage:
- Size: 852 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.com/amerenda/dotfiles)
# README #
To install, do a recursive clone and run ./install
These dotfiles will work equally well on linux and macOS, it will detect the OS and load the correct config for each application.
`git clone https://github.com/amerenda/dotfiles.git --recursive`
## Docs
* None
## Dependencies
* zsh
* tmux
* zsh-autosuggestions
* coreutils
* hyper terminal
`brew install zsh-autosuggestions exa coreutils zsh tmux reattach-to-user-namespace`
`brew update`
`brew cask install hyper`
## Tweaks
Disable accented characters
`defaults write -g ApplePressAndHoldEnabled -bool false`