Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/potatomaster101/dotfiles
Dotfiles collection
https://github.com/potatomaster101/dotfiles
configuration dot-files mit-license
Last synced: 3 months ago
JSON representation
Dotfiles collection
- Host: GitHub
- URL: https://github.com/potatomaster101/dotfiles
- Owner: PotatoMaster101
- License: mit
- Created: 2019-06-22T15:57:15.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-20T23:13:08.000Z (4 months ago)
- Last Synced: 2024-10-21T03:11:12.002Z (4 months ago)
- Topics: configuration, dot-files, mit-license
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dot Files
Collection of dotfiles.## Setup (\*nix)
Run in Bash:
```
$ git clone https://github.com/PotatoMaster101/dotfiles
$ cd ./dotfiles && /bin/sh ./init.sh
```
You might need to install [nerd fonts](https://www.nerdfonts.com/) for rendering some ZSH prompt icons correctly.## Setup (Windows)
Run in PowerShell:
```
$ git clone https://github.com/PotatoMaster101/dotfiles
$ .\dotfiles\init.ps1
```## Others
- Setup [`vim`](https://github.com/PotatoMaster101/vimconf)
- Setup [`neovim`](https://github.com/PotatoMaster101/nvimconf)
- Setup [`tmux`](https://github.com/PotatoMaster101/tmuxconf)