https://github.com/prashanthatp/dotfiles
My dotfiles (Windows system)
https://github.com/prashanthatp/dotfiles
bashrc dotfiles neovim nvim-lua powershell powershell-profile tmux vim vimrc windows-config
Last synced: about 1 month ago
JSON representation
My dotfiles (Windows system)
- Host: GitHub
- URL: https://github.com/prashanthatp/dotfiles
- Owner: PrashanthaTP
- Created: 2021-07-28T12:32:31.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-07T11:46:09.000Z (over 1 year ago)
- Last Synced: 2023-10-07T12:30:41.224Z (over 1 year ago)
- Topics: bashrc, dotfiles, neovim, nvim-lua, powershell, powershell-profile, tmux, vim, vimrc, windows-config
- Language: Shell
- Homepage:
- Size: 237 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Dotfiles
---
Configuration files for different applications (_in windows_)
[](https://www.vim.org/)
[](https://neovim.io/)
[](https://www.gnu.org/software/bash/)
[](https://docs.microsoft.com/en-us/powershell/)
[](https://github.com/tmux/tmux)## Version info
- [Vim (8.2)](https://www.vim.org/vim-8.2-released.php)
- [neovim (0.6.0)](https://github.com/neovim/neovim/releases/tag/v0.6.0jj)
- Last commit to support [Neovim 0.5.1](https://github.com/neovim/neovim/releases/tag/v0.6.0jj) : [714d03e4eb6014a4f7657db41ad89ef513579038](https://github.com/PrashanthaTP/dotfiles/tree/714d03e4eb6014a4f7657db41ad89ef513579038)
- [Powershell (^5.1)](https://docs.microsoft.com/en-us/powershell/scripting/overview?view=powershell-5.1)
- [Tmux (3.2a)](https://github.com/tmux/tmux/releases/tag/3.2a)
- [Git bash (latest)](https://git-scm.com/downloads)## Fonts
[Nerd Fonts](https://www.nerdfonts.com/) Needed.
My favourites
- [Operator Mono (paid)](https://www.typography.com/fonts/operator/styles)
- [Fira Code (free)](https://github.com/tonsky/FiraCode)
- [Adobe Source Code Pro (free)](https://github.com/adobe-fonts/source-code-pro)## Tools Setup
- [Windows port of GNU utitlities](https://packages.msys2.org/queue)
- such as `tmux` (terminal multiplexer),`tree` (display directory structure),
`fzy` etc
- [fzf](https://github.com/junegunn/fzf) : fuzzy finder
- [ripgrep](https://github.com/BurntSushi/ripgrep): seartch tool | grep faster
- [bat](https://github.com/sharkdp/bat) : cat clone with wings## Warnings ⚠
- Many files have hardcoded paths.Please verify once before using it.