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 2 months 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 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-24T12:59:49.000Z (over 3 years ago)
- Last Synced: 2025-01-17T12:35:36.539Z (about 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: 1
- 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.