Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timweri/configs
https://github.com/timweri/configs
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/timweri/configs
- Owner: timweri
- Created: 2020-12-08T03:15:18.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T15:36:06.000Z (3 months ago)
- Last Synced: 2024-09-14T06:34:01.454Z (3 months ago)
- Language: Shell
- Size: 839 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-mac.md
Awesome Lists containing this project
README
# Mac OSX Instructions
1. Install iTerm2
2. Clone this repo
3. Install Oh My Zsh
4. Install JetBrainsMono Nerd Font or any Nerd Font
5. Import the solarized-dark-patched colour preset to iTerm2.
6. Install homebrew
7. Install fzf using homebrew
8. Symlink `.zshrc` to `~/.zshrc`
9. Symlink `.customrc-mac` to `~/.customrc`
10. Restart shell and install missing zsh plugins.
11. Install Neovim
12. Symlink `init.vim` to `~/.config/nvim/init.vim`
13. Symlink `custom.vim.mac` to `~/.config/nvim/custom.vim`
14. Install `gvm`, `nvm`, `go` and `node`.
15. Launch `nvim` and installs all the Plugs, Lsp Servers and Treesitter grammars.
16. Install tmux.
17. Symlink `.tmux.conf` and `.tmux.conf.local` to `~/`. Kill and restart tmux.