Skip to content

CookieGigi/dotfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This config is only tested on Ubuntu 22.04

List

Stow

Use Stow to store this files in "dotfile" directory instead directly in home directory in middle of the other file.

stow .

Alacritty

Use Alacritty as terminal emulator

TMUX

Use TMUX as terminal multiplexer

NeoVim

Use NeoVim as IDE

Setup

Ubuntu 22.04 :

# update
sudo apt update && sudo apt upgrade

# useful stuff
sudo apt install git

# stow
sudo apt install stow

# alacritty
sudo apt install alacritty

# tmux
sudo apt install tmux

# neovim (/!\ Problem can occur depending of which version is available on official repo)
sudo apt install neovim 

# luarocks (use by neovim)
sudo apt install luarocks

# Rust-analzrer
Install Rust toolchain

# lua-language-server
Install via homebrew

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors