Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imomaliev/dotfiles
Dotfiles
https://github.com/imomaliev/dotfiles
bashrc dotfiles tmux vimrc
Last synced: 3 months ago
JSON representation
Dotfiles
- Host: GitHub
- URL: https://github.com/imomaliev/dotfiles
- Owner: imomaliev
- Created: 2016-04-08T16:15:15.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-01-09T11:22:55.000Z (about 1 year ago)
- Last Synced: 2024-10-11T11:23:05.350Z (4 months ago)
- Topics: bashrc, dotfiles, tmux, vimrc
- Language: Lua
- Homepage:
- Size: 435 KB
- Stars: 11
- Watchers: 3
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
## macOS
Currently for macOS Catalina
### Setup
1. Run install script
```console
./install.sh
```
1. Remove .ansible folder
```console
rm -r ~/.ansible
```#### Run playbook
Using implicit `localhost`
```console
ansible-playbook -v --ask-become-pass site.yml
```#### Run one role
https://stackoverflow.com/questions/38350674/ansible-can-i-execute-role-from-command-line
```console
ansible localhost -m include_role -a name="{name}"
```#### Create new role
```console
ansible-galaxy init --role-skeleton=roles/skel roles/new_role
```### Manual Setup
1. Keyboard
```
Keyboard -> Keyboard -> Use F1, F2...
Keyboard -> Keyboard -> Modifiers Keys -> Caps Lock Key -> No Action
```
1. Disable mouse pinter locate
```
Accessibility -> Display -> Cursor -> Shake mouse pointer to locate
```
1. Trackpad
```
Accessibility -> Pointer Control -> Trackpad Options -> Enable draggin -> three finger drag
Trackpad -> More Gestures -> Swipe between full-screen apps -> Swipe left or right with four fingers
Trackpad -> More Gestures -> Mission Control -> Swipe up with four fingers
Trackpad -> More Gestures -> App Expose -> Swipe down with four fingers
```
1. Spelling
```
Keyboard -> Text -> *Disable everything
```
1. Time
```
Date & Time -> Clock -> Display the time with seconds
Date & Time -> Clock -> Show date
```
1. Dock
```
Dock -> Minimize windows using -> Scale Effect
Dock -> Position on screen -> Left
Dock -> Automatically hide and show Dock
```## TODO
1. osx_defaults