Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelnisi/dotfiles
How I configure my computers
https://github.com/michaelnisi/dotfiles
Last synced: about 1 month ago
JSON representation
How I configure my computers
- Host: GitHub
- URL: https://github.com/michaelnisi/dotfiles
- Owner: michaelnisi
- Created: 2014-11-20T09:35:12.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-08-03T16:07:35.000Z (over 5 years ago)
- Last Synced: 2024-10-13T18:45:40.577Z (2 months ago)
- Language: Vim script
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles - my dotfiles
Setting up a new Mac, firstly I need:
- [GPG Suite](https://gpgtools.org)
- [iTerm2](https://iterm2.com)
- [pkgsrc](https://pkgsrc.joyent.com/install-on-osx/)## Tmux
```
$ sudo pkgin in tmux
```Once tmux is present, I switch to full screen terminal and selectively run functions in `./configure`.
## SSH
- [Generating a new SSH key and adding it to the ssh-agent](https://help.github.com/en/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent)
## GitHub
- [Adding a new SSH key to your GitHub account](https://help.github.com/en/articles/adding-a-new-ssh-key-to-your-github-account)
## Vim
Try [Neovim](https://neovim.io).
## Colors
The [Cognac](https://github.com/ArtSabintsev/Cognac) themes.
Solarized for Xcode
- [Dark](https://github.com/ArtSabintsev/Solarized-Dark-for-Xcode.git)
- [Light](https://github.com/nelsyeung/Solarized-Light-for-Xcode.git)## Version Managers
- [Kerl](https://github.com/kerl/kerl)
- [Kiex](https://github.com/taylor/kiex)
- [Nvm](https://github.com/creationix/nvm)## Terminal?
🆕 to this terminal geekery? Read this [write-up](https://lucasfcosta.com/2019/02/10/terminal-guide-2019.html).