https://github.com/belsrc/.dotfiles
https://github.com/belsrc/.dotfiles
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/belsrc/.dotfiles
- Owner: belsrc
- Created: 2024-06-10T18:50:15.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2026-04-01T18:07:51.000Z (3 months ago)
- Last Synced: 2026-04-02T05:26:02.404Z (3 months ago)
- Language: Shell
- Size: 164 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# .dotfiles
Usual dotfile repo that everyone seems to have.
I switch between Windows and Mac, so the script is aimed towards Mac and Window Subsystem (Manjaro).
_Fair warning: There might be kinks_
## Install
```bash
git clone https://github.com/belsrc/.dotfiles.git ~/.dotfiles
. ~/.dotfiles/setup.sh
```
## Images
#### Powerlevel10k

#### `**Tab` and `**ctrl+t` (fzf + bat + eza)



#### ls (eza)

#### git diff (delta)

#### lazygit


## Languages Installed
- lua
- zig
- go
- rust
- python
## Applications Installed
- git
- cmake
- zsh
- xclip
- unzip
- [stow](https://www.gnu.org/software/stow/) (dotfile management)
- [bat](https://github.com/sharkdp/bat) (better `cat`)
- [bottom](https://github.com/ClementTsang/bottom) (better `top`)
- [eza](https://github.com/eza-community/eza) (better `ls`)
- [fzf](https://github.com/junegunn/fzf) (CLI fuzzy finder)
- [git-delta](https://github.com/dandavison/delta) (better `git diff`)
- [hyperfine](https://github.com/sharkdp/hyperfine) (Terminal benchmarking)
- [just](https://github.com/casey/just) (better `make`)
- [lazygit](https://github.com/jesseduffield/lazygit) (better git interface)
- [neovim](https://neovim.io/) (the best editor)
- [procs](https://github.com/dalance/procs) (better `ps`)
- [ripgrep](https://github.com/BurntSushi/ripgrep) (better `grep`)
- [sd](https://github.com/chmln/sd) (better `sed`)
- [tokei](https://github.com/XAMPPRocky/tokei) (Code line counter)
- [tealdeer](https://github.com/tealdeer-rs/tealdeer) (Rust version of [TLDR](https://github.com/tldr-pages/tldr))
- [thefuck](https://github.com/nvbn/thefuck) (WTF was that command?)
- [yazi](https://yazi-rs.github.io/) (terminal file manager)
- [zoxide](https://github.com/ajeetdsouza/zoxide) (better `cd`)
- [jiratui](https://github.com/whyisdifficult/jiratui) (Jira TUI, will need to set [config](https://github.com/whyisdifficult/jiratui?tab=readme-ov-file#settings))
- [github cli](https://github.com/cli/cli) + [dash](https://github.com/dlvhdr/gh-dash)
## GUI Applications Installed
- [kitty terminal](https://sw.kovidgoyal.net/kitty/)
- visual-studio-code
- arc
- slack
- qobuz
- spotify
Additionally, this installs my [Neovim setup](https://github.com/belsrc/belstart.nvim).