dotfiles
dotfiles copied to clipboard
Dotfiles for my macos setup
joelazar’s dotfiles
Wallpaper
Neovim with my custom config
Exa
Lazygit
Firefox + Vimium
nnn + preview-tui
ncspot
neofetch + fzf
Details
This is the dotfiles setup which I use for my Arch Linux
.
Theoretically, it could (and should) work on any non-unorthodox Arch based
distributions too, but I didn't test it.
Let me try to briefly list the installed and configured packages:
-
yay
- As an aur helper -
blackarch
- repo added with some basic penetration tool set -
firejail
- Running everything in sandbox -
docker
- Container framework for OS level virtualization -
kitty
- Fast, feature-rich, GPU based terminal emulator -
fish
- Fish shell - config -
fzf
- Command-line fuzzy finder -
ripgrep
- Grep on drugs -
sway
- I3 compatible window manager, but with Wayland - config-
waybar
- Highly customizable Wayland bar - config -
dunst
- Notification daemon -
sway-launcher-desktop
- Application launcher
-
-
neovim
- Vim on drugs-
my neovim config
- My own Neovim config written in Lua
-
-
git
- No comment -
btop
- For monitoring -
nnn
- File manager -
noto fonts
- Fonts -
firefox
- Good ol' Firefox -
mpv
- For media -
ncspot
- Cross-platform ncurses Spotify client -
zathura
- Document viewer -
ncdu
- Disk usage analyzer -
rust
,go
,python
,clang
- For programming - and many more other useful stuff. See the following file.
Most of the apps are configured with colors of nightfox
.
Setup
These dotfiles are managed with chezmoi.
Install them with:
chezmoi init https://github.com/joelazar/dotfiles.git
chezmoi apply
Acknowledgements
Some utils functions which I'm using for the initial setup and later for my update script was taken from alrra's dotfiles repo, and I'm truly grateful for it.
I usually take my wallpapers from Unsplash and the one which is present in my screenshot is from Arnaud Steckle.
License
The code is available under the MIT license.