Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caironoleto/my-dot-files
My AWEEEESOME dotfiles!
https://github.com/caironoleto/my-dot-files
dotfiles ruby
Last synced: 3 months ago
JSON representation
My AWEEEESOME dotfiles!
- Host: GitHub
- URL: https://github.com/caironoleto/my-dot-files
- Owner: caironoleto
- License: mit
- Created: 2019-08-08T13:22:14.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-09T00:33:24.000Z (9 months ago)
- Last Synced: 2024-04-09T01:58:36.188Z (9 months ago)
- Topics: dotfiles, ruby
- Language: Emacs Lisp
- Homepage:
- Size: 313 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is my dot files. I've using this dot-files since I don't know :P
### Setup (if you're is setuping a new env)
* [Install oh my zsh](https://ohmyz.sh/);
* [Install asdf](https://asdf-vm.com/#/core-manage-asdf-vm?id=install-asdf-vm);
* [Install Fira Coda](https://github.com/tonsky/FiraCode/wiki);
* [Install Powerline fonts](https://github.com/powerline/fonts);
* [Install vim-plug](https://github.com/junegunn/vim-plug#vim).## If you're using Mac
Setup tmux keys in iTerm2, open preferences:
* Prefix key: In Profiles (this override the iTerm2 default shortcut) -> Keys add a new key to `⌘ + a`, to send the hex code `0x02`;
* Previous window: In Keys (this does not override defaults shortcuts) -> Key Binding add a new key to `⌘ + shift + [`, to send the hex code `0x02 0x70`;
* Next window: In Keys -> Key Bindings add a new key to `⌘ + shift + ]`, to send the hex code `0x02 0x6E`;
* `⌥` + `←` to navigate among words: In Profiles, change the `⌥` + `←` to send an Escape sequence with the key `b`;
* `⌥` + `→` to navigate among words: In Profiles, change the `⌥` + `→` to send an Escape sequence with the key `f`.### Installation
Now, install my aewsome dot files!
```shell
git clone [email protected]:caironoleto/my-dot-files.git ~/.my-dot-files
cd ~/.my-dot-files
ruby install.rb
```### Uninstalling
Just do
```shell
cd ~/.my-dot-files
ruby uninstall.rb
cd ~
rm -rf ~/.my-dot-files
```## Contributing
If you want contribute, please:
* Fork the project;
* Make your feature addition or bug fix or whatever you want;
* Send me a Pull or Merge request.