Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shelldandy/dotfiles
Current: Neovim, Tmux, FishShell. Old but still there: prezto, zsh.
https://github.com/shelldandy/dotfiles
dotfiles fish-shell iterm2 neovim prezto swag theme tmux zsh
Last synced: 2 days ago
JSON representation
Current: Neovim, Tmux, FishShell. Old but still there: prezto, zsh.
- Host: GitHub
- URL: https://github.com/shelldandy/dotfiles
- Owner: shelldandy
- Created: 2016-10-27T19:37:41.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-19T18:03:55.000Z (about 1 month ago)
- Last Synced: 2024-12-09T06:32:28.299Z (12 days ago)
- Topics: dotfiles, fish-shell, iterm2, neovim, prezto, swag, theme, tmux, zsh
- Language: Shell
- Homepage:
- Size: 20.6 MB
- Stars: 48
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-starred-test - shelldandy/dotfiles - Current: Neovim, Tmux, FishShell. Old but still there: prezto, zsh. (Shell)
README
# Shelldandy's Dotfiles :computer:
![My current terminal setup.](images/neofetch.png)
My current terminal setup
Check more images in the images folder :nail_care:
## Works best with
In my current setup I'm using some themes and plugins to make the whole experience more enjoyable without adding weight to the startup.
- iTerm configuration files for extra swag
- Introducing Neovim support and swag
- Uses vim-plug for plugin management on neovim
- [Node version manager](https://github.com/creationix/nvm)
## Installing Everything from Scratch
- First log into your AppStore and download X-Code we will need this for git and other maybe important tools.
- Now git clone the repo```sh
git clone https://github.com/mike3run/dotfiles.git
```- Now cd into `scripts`
```sh
$ chmod +x install.sh
./install.sh
# If you want my AppStore downloads
# They only work if you had downloaded them too before
./install.sh --mas-install
```- Sit back and enjoy
- Note: `mas.sh` script will only work if you have also purchased those apps so you might want to edit that part or delete it totally
- I'm talking about all the commands that start with `mas install XXXXX`- Now cd outside of the dotfiles folder and run
```sh
rcup -d dotfiles -v
```- That will sync the actual dotfiles in your system and you can git pull for life and be in sync.
- Enjoy
💕💕💕