Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeffjewiss/dotfiles
🎛️ My environment
https://github.com/jeffjewiss/dotfiles
dotfiles emacs-configuration neovim rcm tmux
Last synced: 16 days ago
JSON representation
🎛️ My environment
- Host: GitHub
- URL: https://github.com/jeffjewiss/dotfiles
- Owner: jeffjewiss
- Created: 2012-01-17T22:16:06.000Z (almost 13 years ago)
- Default Branch: main
- Last Pushed: 2024-01-02T13:27:47.000Z (10 months ago)
- Last Synced: 2024-10-04T16:56:19.290Z (about 1 month ago)
- Topics: dotfiles, emacs-configuration, neovim, rcm, tmux
- Language: Shell
- Homepage:
- Size: 405 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
These are my dotfiles. There are many like them but these ones are mine.
#### Fish Shell
![](https://cldup.com/SUyn0L8rel.png)#### Neovim
![](https://cldup.com/0xxgm5j8Up.png)#### Writing
![](https://cldup.com/GS52Q9q2my.png)## Installation
1. [Clone Repo](#clone-repo)
2. [Symlink Local Laptop](#symlink-local-laptop)
3. [Thoughtbot’s Laptop Script](#thoughtbots-laptop-script)
4. [RCM](#rcm)
5. [Install Fonts](#install-fonts)
6. [Emacs](#emacs)
7. [Vim](#vim)### Clone Repo
```shell
git clone https://github.com/jeffjewiss/dotfiles ~/.dotfiles
```### Symlink Local Laptop
```shell
ln -s ~/.dotfiles/laptop.local ~/.laptop.local
```### Thoughtbot’s Laptop Script
```shell
curl --remote-name https://raw.githubusercontent.com/thoughtbot/laptop/master/mac
less mac
sh mac 2>&1 | tee ~/laptop.log
rm mac laptop.log
```### RCM
```shell
rcup -v
```### Install Fonts
* [Input Mono](http://input.fontbureau.com/download/)
* [Fira Code](https://github.com/tonsky/FiraCode)
* [Fira Code Symbol](https://github.com/tonsky/FiraCode/files/412440/FiraCode-Regular-Symbol.zip)
* [Noto Sans](https://fonts.google.com/specimen/Noto+Sans)### Emacs
``` shell
git clone https://github.com/hlissner/doom-emacs ~/.emacs.d
~/.emacs.d/bin/doom install
```### Vim
```shell
vim
:PlugInstall
```