Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mukhlisakbr/dotfiles-old
Just small pieces of my dotfiles
https://github.com/mukhlisakbr/dotfiles-old
Last synced: 9 days ago
JSON representation
Just small pieces of my dotfiles
- Host: GitHub
- URL: https://github.com/mukhlisakbr/dotfiles-old
- Owner: mukhlisakbr
- Created: 2021-07-31T14:56:57.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-18T21:02:37.000Z (about 1 year ago)
- Last Synced: 2024-02-06T19:39:11.366Z (10 months ago)
- Language: Vim Script
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# .dotfiles
Just small pieces of my dotfiles. Can be used in multiple platform
- [.dotfiles](#dotfiles)
- [macos/linux](#macoslinux)
- [windows](#windows)## macos/linux
- [antigen](https://github.com/zsh-users/antigen) - zsh plugin manager
- [ohmyzsh](https://github.com/ohmyzsh/ohmyzsh) - plugins: git
- [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions)
- [zsh-completions](https://github.com/zsh-users/zsh-completions)
- [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting)
- [zoxide](https://github.com/ajeetdsouza/zoxide) - cd replacement
- [nvm](https://github.com/nvm-sh/nvm) - nodejs manager
- [exa](https://github.com/ogham/exa) - ls replacement with iconshow to make symlink
- `stow zsh` - create symlink
- `stow -D zsh` - delete symlink## windows
- [windows terminal](https://docs.microsoft.com/en-us/windows/terminal/install) - clean look terminal
- [powershell](https://github.com/PowerShell/PowerShell) - windows shell
- load powershell profile```bash
Documents\PowerShell\Microsoft.PowerShell_profile.ps1
``````powershell
. $env:userprofile\dotfiles\windows\powershell\profile.ps1
```- [scoop](https://github.com/ScoopInstaller/Scoop) - package manager like homebrew
- [nvm-windows](https://github.com/coreybutler/nvm-windows) - nvm for windows
- [oh-my-posh](https://ohmyposh.dev/docs/windows) - ohmyzsh like in windows
- [powershell-git-aliases](https://github.com/gluons/powershell-git-aliases) - alias for git
- [autohotkey](https://github.com/Lexikos/AutoHotkey_L) - to remap key
- [run at startup](https://www.autohotkey.com/docs/FAQ.htm#Startup)
- [zoxide](https://github.com/ajeetdsouza/zoxide#installation) - cd dir jumping
- [lazygit](https://github.com/jesseduffield/lazygit) - git cli
- [lsd](https://github.com/Peltoche/lsd) - ls replacement
- [fzf](https://github.com/junegunn/fzf) - fuzzy finder
- [psfzf](https://github.com/kelleyma49/PSFzf) - integrate fzf to pwsh