Movint to Fish + Tide
This commit is contained in:
parent
4b08537918
commit
ae7e402728
28 changed files with 167 additions and 326 deletions
30
README.md
30
README.md
|
@ -9,11 +9,13 @@ Installing packages:
|
|||
|
||||
``` sh
|
||||
# Base utils
|
||||
pacman -S bat duf eza htop inetutils jq kitty-terminfo neovim openssh tmux transmission-cli tree wget whois zellij zsh zsh-syntax-highlighting
|
||||
pacman -S bat duf eza fish fisher htop inetutils jq kitty-terminfo neovim openssh tmux transmission-cli tree wget whois zellij
|
||||
pacman -S shared-mime-info xdg-user-dirs
|
||||
pacman -S reflector
|
||||
pacman -S skim
|
||||
pacman -S yazi unarchiver ffmpegthumbnailer fd ripgrep-all poppler zoxide
|
||||
# Fonts
|
||||
pacman -S nerd-fonts noto-fonts noto-fonts-emoji ttf-dejavu ttf-inconsolata ttf-liberation ttf-roboto
|
||||
# Rust
|
||||
pacman -S cargo-audit cargo-outdated cargo-release rustup
|
||||
# Python
|
||||
|
@ -29,8 +31,6 @@ pacman -S swaylock
|
|||
# Graphical software
|
||||
pacman -S atril firefox gedit gimp handbrake kitty mpv openshot pcmanfm-gtk3 rhythmbox ristretto sweethome3d tumbler thunderbird vlc
|
||||
pacman -S gvfs xarchiver
|
||||
# Fonts
|
||||
pacman -S noto-fonts noto-fonts-emoji ttf-dejavu ttf-inconsolata ttf-liberation ttf-roboto
|
||||
# Archives
|
||||
pacman -S unrar p7zip zip unzip minizip
|
||||
# Command-line copy/paste utilities
|
||||
|
@ -58,17 +58,33 @@ pacman -U "yay-<version>-x86_64.pkg.tar.zst"
|
|||
Installing packages:
|
||||
|
||||
``` sh
|
||||
# Base utils
|
||||
yay -S liquidprompt vim-plug
|
||||
# Vim plugin manager
|
||||
yay -S vim-plug
|
||||
# Printer
|
||||
yay -S brother-dcp1610w brscan-skey brscan4
|
||||
# Graphical software
|
||||
yay -S cardpeek
|
||||
```
|
||||
|
||||
## vim / neovim
|
||||
|
||||
Compatibility workaround for NeoVim:
|
||||
## Fish
|
||||
|
||||
Install the Tide prompt:
|
||||
|
||||
```
|
||||
fisher install IlanCosman/tide@v6
|
||||
```
|
||||
|
||||
Configure the prompt:
|
||||
|
||||
```
|
||||
tide configure
|
||||
```
|
||||
|
||||
|
||||
## Vim / Neovim
|
||||
|
||||
Compatibility workaround for Neovim:
|
||||
|
||||
```
|
||||
ln -s .config/vim .vim
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue