Skip to content

ctarx/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pop!_OS dotfiles

base configuration files

Screenshot

screenshot

Install

Neovim

sudo add-apt-repository ppa:neovim-ppa/unstable -y
sudo apt update
sudo apt install make gcc ripgrep unzip git xclip neovim

Install NodeJS

curl -fsSL https://fnm.vercel.app/install | bash -s -- --install-dir $HOME/.local/bin
fnm install

deleting old neovim configuration

rm -rf ~/.local/share/nvim/
rm -rf ~/.local/state/nvim/
rm -rf ~/.cache/nvim/

I use GNU Stow https://www.gnu.org/software/stow

cd $HOME
git clone --recurse-submodules https://github.com/ctarx/dotfiles.git ~/.dotfiles
git submodule update --init --recursive
cd ~/.dotfiles
stow home && stow config && stow local

Post Install

~/.local/share/fonts
fc-cache -f -v

Nerdfetch

sudo curl -fsSL https://raw.githubusercontent.com/ThatOneCalculator/NerdFetch/main/nerdfetch -o /usr/bin/nerdfetch
sudo chmod +x /usr/bin/nerdfetch
nerdfetch

Gruvbox colors in gnome-terminal

I use Gogh brilliant project with many themes including gruvbox

Tmux Plugin Manager

Install tpm plugin manager.

git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm

Contact

Created by @ctarx - feel free to contact me!

About

My Pop!_OS dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published