- Google Chrome
- tilix (apt)
- zsh (apt)
- git
- github-cli
- neovim (from GitHub)
- fzf
- batcat
- ripgrep
- trash-cli (apt)
- nemo
- fd
-
Appearance
- Window style : disable CSD
- Terminal title style : none
- Theme variant : dark
- Check 'use a wide handle for splitters'
- remove check 'show the terminal title even if it's the only terminal'
-
Quake
- Height percent : 90
- change height percent to 100%
gsettings set com.gexperts.Tilix.Settings quake-height-percent 100
-
Profiles
- Command: run as a login shell run a custom command 'zsh'
- Color: scheme 'Monokai Dark' add transparency
-
add custom keyboard shortcuts to ubuntu
-
add extra space to terminal : edit
~/.config/gtk-3.0/gtk.css
VteTerminal, TerminalScreen, vte-terminal { padding: 30px 30px 40px 40px; -VteTerminal-inner-border: 20px 20px 20px 20px; }
- run
$chsh -s $(which zsh)
and change login shell to zsh
- Download
.zshrc
from this repo - install
zplug
from GitHub
- get nightly from github (tar.gz)
- mv nvim to
~/.local/*
sudo update-alternatives --install /usr/bin/vim vim ~/.local/bin/nvim
- copy lua nvim configs (not using init.vim and dein.toml)
- download
nerd-fonts
from GitHub sudo apt install xsel xclip
git config --global core.editor vim
- you need
g++-12
for LSP in ubuntu22.04 rustup +nightly component add rust-analyzer-preview
thenrustup show
and add rust-analyzer to path
- You need to install ctags description
- copy .ctags from this repo
xdg-mime default nemo.desktop inode/directory application/x-gnome-saved-search
gsettings set org.gnome.desktop.background show-desktop-icons false
gsettings set org.nemo.desktop show-desktop-icons true
sudo apt install bat
ln -s /usr/bin/batcat ~/.local/bin/bat
sudo apt install ripgrep
sudo apt install fd-find
- gnome shell extensions dash to panel
- Gnome tweaks change font to Mplus1 change monospace font to Cica
fix misalignment of windows time when dualboot
timedatectl set-local-rtc 1