https://github.com/sijan2/dotfiles
My personal dotfiles for macOS, Android and Linux.
https://github.com/sijan2/dotfiles
config dotfiles starship starship-prompt tmux yadm
Last synced: 26 days ago
JSON representation
My personal dotfiles for macOS, Android and Linux.
- Host: GitHub
- URL: https://github.com/sijan2/dotfiles
- Owner: sijan2
- Created: 2024-11-29T22:13:23.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-12T02:07:51.000Z (3 months ago)
- Last Synced: 2025-02-02T18:52:43.623Z (3 months ago)
- Topics: config, dotfiles, starship, starship-prompt, tmux, yadm
- Language: Shell
- Homepage: https://sijan.codes/dotfiles
- Size: 1.42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
This repository contains the configuration files for the tools I use day-to-day.
![]()
![]()
**Note**: these dotfiles are for the [fish shell][fish] only.
These configurations are designed to work out-of-the-box on both MacOS and Arch
Linux, but can be easily adapted to other distributions.## Installation
I use a simple tool called [yadm][yadm] to manage my dotfiles, but it's not
required! However if you're interested in using yadm it's as simple as:```sh
yadm clone https://github.com/sijan2/dotfiles.git
yadm status
yadm bootstrap
```Otherwise you can copy over individual files and directories as needed.
## Tools
- [bat][bat] - A `cat(1)` clone with wings.
- [fd][fd] - A simple, fast, and user-friendly alternative to 'find'.
- [Fish][fish] - The user-friendly command line shell.
- [fzf][fzf] - 🌸 A command-line fuzzy finder.
- [glow][glow] - Render markdown on the CLI, with pizzazz! 💅🏻
- [jq][jq] - Command-line JSON processor.
- [scrcpy][scrcpy] - Android mirroring similar to iPhone mirroring but advanced and better!
- [iTerm2][iTerm2] - A terminal emulator for macOS that does amazing things.
- [zoxide][zoxide] - A smarter `cd` command that learns your most frequently visited directories, allowing rapid navigation with minimal keystrokes.
- [eza][eza] - A modern replacement for `ls`, offering improved formatting, syntax highlighting, and Git integration for a more informative directory listing.
- [Arc Browser][arc-browser] - A reimagined web browser designed for enhanced productivity, featuring a sidebar for organized tabs, built-in ad blocking, and AI-powered tools for efficient web navigation.I use the [FiraCode Nerd Font][fira-code] which is a beautiful font designed for developers. It has all sorts of fun features, ligatures, and powerline symbols.
[bat]: https://github.com/sharkdp/bat
[fd]: https://github.com/sharkdp/fd
[fish]: https://fishshell.com/
[fzf]: https://github.com/junegunn/fzf
[glow]: https://github.com/charmbracelet/glow
[jq]: https://github.com/stedolan/jq
[scrcpy]: https://github.com/Genymobile/scrcpy
[iTerm2]: https://iterm2.com
[zoxide]: https://github.com/ajeetdsouza/zoxide
[eza]: https://github.com/eza-community/eza
[arc-browser]: https://arc.net/
[fira-code]: https://www.nerdfonts.com/font-downloads
[yadm]:https://github.com/yadm-dev/yadm