Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sync1211/dotfiles
Some of my dotfiles for Linux and Co.
https://github.com/sync1211/dotfiles
dotfiles neovim nvimrc oh-my-zsh powershell termux tmux tmux-conf vim vimrc zsh zshrc
Last synced: about 1 month ago
JSON representation
Some of my dotfiles for Linux and Co.
- Host: GitHub
- URL: https://github.com/sync1211/dotfiles
- Owner: sync1211
- Created: 2022-03-22T08:34:14.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-24T12:59:49.000Z (over 2 years ago)
- Last Synced: 2023-07-15T18:44:21.915Z (over 1 year ago)
- Topics: dotfiles, neovim, nvimrc, oh-my-zsh, powershell, termux, tmux, tmux-conf, vim, vimrc, zsh, zshrc
- Language: PowerShell
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
A collection of scripts, configs and aliases I've accumulated over the years.
## Requirements
### Vim
* [Vundle](https://github.com/VundleVim/Vundle.vim)### Termux
* [Youtube-DL](https://github.com/ytdl-org/youtube-dl) or [yt-dlp](https://github.com/yt-dlp/yt-dlp)### Zsh
* [oh-my-zsh](https://ohmyz.sh)## Installation
Unless stated, all configs can be installed by copying them into your `$HOME` directory.
### Termux
```
mkdir ~/bin
cp Termux/termux-url-opener ~/bin
```### Neovim
```
cp nvimrc .config/nvim/init.vim
```### ZSH
```
cp zshrc ~/.zshrc
cp -r zsh-files ~/zsh-files
```### ZSH-Themes
```
cp themes/zsh/* .oh-my-zsh/themes/
```### PowerShell
```
mkdir $env:USERPROFILE\Documents\WindowsPowerShell
cp PowerShell/Microsoft.PowerShell_profile $PROFILE
cp PowerShell/NumLock.ico $env:USERPROFILE\Documents\WindowsPowerShell
cp PowerShell/CapsLock.ico $env:USERPROFILE\Documents\WindowsPowerShell
```## Customization
Some configuration files (e.g. `.tmux.conf`) contain alternative configurations which can be enabled by commenting or uncommenting certain lines.