My dotfiles managed with rcm. System config files and list of installed archlinux packages managed with aconfmgr (see corresponding directory).
- Symlink all config files with rcm:
rcup -v
- Run ./install_deps.sh to install plugins for some programs
- Install vim-plug plugin manager
- Install plugins: type
:PlugInstall
in vim - Install neovim-symlinks
(aur package) to use command
vim
instead ofnvim
- Install plugin manager antibody (aur package)
- Install plugins:
antibody bundle < ~/.config/zsh/plugins.txt > ~/.local/share/zsh_plugins.sh
- Workaround to store zsh configs outside of home directory:
echo "ZDOTDIR=\$HOME/.config/zsh" >> ~/.zshenv
- Set as default browser:
xdg-settings set default-web-browser org.qutebrowser.qutebrowser.desktop
- Set program for pdf:
xdg-mime default org.pwmt.zathura.desktop application/pdf
- Install dictionaries:
/usr/share/qutebrowser/scripts/dictcli.py install en-US ru-RU
Can be installed via pacman
- console
ripgrep
- fastergrep
replacementfzf
- fuzzy-finderfd
- fasterfind
replacementbat
-cat
with syntax highlightdiff-so-fancy
- diff pager for githtop
- system status monitortmux
- terminal multiplexorncdu
- interactive ncurses disk usage viewernethogs
- monitor net bandwidth per processprogress
- show status of copying(or similar) processwget
- cli downloaderyt-dlp
- cli to download videos from different sourcestranslate-shell
- cli program to do translationsplayerctl
- media players controller via MPRIS protocol- X11 utils
xss-lock
- lock screen on idlexorg-xev
- show X events and keypressesxclip
- easy interact with X clipboards
- graphical
i3-wm i3lock i3status-rust
- window manager and related programsdmenu
- dynamic menu used as program launcher and so onqutebrowser
- browserzathura
- pdf viewerrofi-calc
- modal calculatorfeh
- images viewer and background settermpv
- video and audio playerflameshot
- screenshot makerdunst
- notification-daemonpeek
- lightweight screen recorderfcitx5 fcitx5-mozc fcitx5-gtk fcitx5-qt
- for Japanese input method- fonts
ttf-hack
- text font (used in i3)otf-ipafont adobe-source-han-sans-jp-fonts adobe-source-han-serif-jp-fonts
- Japanese fontsttf-font-awesome
- icons font (used in i3status-rust)
Can be installed from aur
redshift-minimal
- adjust screen temperature depending on time of dayponymix
- cli volume level controldragon-drop
- drag-and-drop source/sink climpv-sponsorblock-minimal-git
- sponsorblock script for mpvnodejs-markdownlint-cli
- markdown formatterpython-myougiden
- cli Japanese dictionaryrclip-git
- clipboard manager written in Rust (github)
Other
ticktask
- cli for creating tasks on ticktick.com (github)dalarma
- alarm clock that will block your screen with alarm text (github)
See bin/README.md