Ajout alias clear
This commit is contained in:
parent
015f6bbffc
commit
ba08e243c1
|
@ -3,9 +3,18 @@
|
||||||
# Set up the home environment profile.
|
# Set up the home environment profile.
|
||||||
if [ -f ~/.profile ]; then source ~/.profile; fi
|
if [ -f ~/.profile ]; then source ~/.profile; fi
|
||||||
|
|
||||||
|
# Honor per-interactive-shell startup file
|
||||||
|
if [ -f ~/.bashrc ]; then source ~/.bashrc; fi
|
||||||
|
PS1='\u@\h \w${GUIX_ENVIRONMENT:+ [env]}\$ '
|
||||||
|
# Set up the system, user profile, and related variables.
|
||||||
|
# /etc/profile will be sourced by bash automatically
|
||||||
|
# Set up the home environment profile.
|
||||||
|
if [ -f ~/.profile ]; then source ~/.profile; fi
|
||||||
|
|
||||||
# Honor per-interactive-shell startup file
|
# Honor per-interactive-shell startup file
|
||||||
if [ -f ~/.bashrc ]; then source ~/.bashrc; fi
|
if [ -f ~/.bashrc ]; then source ~/.bashrc; fi
|
||||||
PS1='\u@\h \w${GUIX_ENVIRONMENT:+ [env]}\$ '
|
PS1='\u@\h \w${GUIX_ENVIRONMENT:+ [env]}\$ '
|
||||||
# Honor per-interactive-shell startup file
|
# Honor per-interactive-shell startup file
|
||||||
if [ -f ~/.bashrc ]; then . ~/.bashrc; fi
|
if [ -f ~/.bashrc ]; then . ~/.bashrc; fi
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -13,132 +13,28 @@
|
||||||
(home-environment
|
(home-environment
|
||||||
;; Ci-dessous se trouve la liste des paquets qui seront disponibles dans votre
|
;; Ci-dessous se trouve la liste des paquets qui seront disponibles dans votre
|
||||||
;; profil personnel, dans ~/.guix-home/profile.
|
;; profil personnel, dans ~/.guix-home/profile.
|
||||||
(packages (specifications->packages (list "testdisk"
|
(packages (specifications->packages (list "dbus"
|
||||||
"gajim"
|
|
||||||
"virt-viewer"
|
|
||||||
"cups"
|
|
||||||
"kdenlive"
|
|
||||||
"grub"
|
|
||||||
"parted"
|
|
||||||
"libxkbcommon"
|
|
||||||
"qt-creator"
|
|
||||||
"csound"
|
|
||||||
"glfw"
|
|
||||||
"glew"
|
|
||||||
"hexchat"
|
|
||||||
"transmission"
|
|
||||||
"gnome-tweaks"
|
|
||||||
"xdg-desktop-portal"
|
|
||||||
"gnome-builder"
|
|
||||||
"dino"
|
|
||||||
"gtk"
|
|
||||||
"r-openssl"
|
|
||||||
"vlc"
|
|
||||||
;"gobject-introspection"
|
|
||||||
;"linux-libre-headers"
|
|
||||||
"libxml2"
|
|
||||||
"yt-dlp"
|
|
||||||
"musescore"
|
|
||||||
"0ad"
|
|
||||||
"libreoffice"
|
|
||||||
"qbittorrent"
|
|
||||||
"xournalpp"
|
|
||||||
"pandoc"
|
|
||||||
"icedove"
|
|
||||||
"ardour"
|
|
||||||
"icecat"
|
|
||||||
"cmake"
|
|
||||||
"node"
|
|
||||||
"ghostwriter"
|
|
||||||
"python"
|
|
||||||
"gtg"
|
|
||||||
"mumble"
|
|
||||||
"flatpak"
|
|
||||||
"blobwars"
|
|
||||||
"barrage"
|
|
||||||
"armagetronad"
|
|
||||||
"pioneer"
|
|
||||||
"supertuxkart"
|
|
||||||
"supertux"
|
|
||||||
"python-pip"
|
|
||||||
"minetest"
|
|
||||||
"apricots"
|
|
||||||
"abe"
|
|
||||||
"teeworlds"
|
|
||||||
"mrrescue"
|
|
||||||
"kollision"
|
|
||||||
"hyperrogue"
|
|
||||||
"gnujump"
|
|
||||||
"freerct"
|
|
||||||
"freeorion"
|
|
||||||
"arx-libertatis"
|
|
||||||
"adanaxisgpl"
|
|
||||||
"foobillard++"
|
|
||||||
"barony"
|
|
||||||
"extremetuxracer"
|
|
||||||
"git"
|
|
||||||
"gnupg"
|
|
||||||
"seahorse"
|
|
||||||
"nextcloud-client"
|
|
||||||
"xonotic"
|
|
||||||
"dconf-editor"
|
|
||||||
"dconf"
|
"dconf"
|
||||||
"lm-sensors"
|
"python-pyopenssl"
|
||||||
"gajim-omemo"
|
"python-pygobject"
|
||||||
"gparted"
|
"python-pycairo"
|
||||||
"openssh"
|
"python-precis-i18n"
|
||||||
"python-markdown"
|
"python-pillow"
|
||||||
"mesa"
|
"python-packaging"
|
||||||
"glu"
|
"python-nbxmpp"
|
||||||
"libepoxy"
|
"python-keyring"
|
||||||
"gcc"
|
"python-gssapi"
|
||||||
"tk"
|
|
||||||
"gettext"
|
|
||||||
"bastet"
|
|
||||||
"gnome-shell-extension-dash-to-dock"
|
|
||||||
"cryptsetup"
|
|
||||||
"curl"
|
|
||||||
"neofetch"
|
|
||||||
"gash"
|
|
||||||
"bash:include"
|
|
||||||
"bash"
|
|
||||||
"tree"
|
|
||||||
"nasm"
|
|
||||||
"rtmidi"
|
|
||||||
"libglvnd"
|
|
||||||
"mesa-headers"
|
|
||||||
"doxygen"
|
|
||||||
"libx11"
|
|
||||||
"libpthread-stubs"
|
|
||||||
"gnome-shell-extension-burn-my-windows"
|
|
||||||
"bison"
|
|
||||||
"flex"
|
|
||||||
"texinfo"
|
|
||||||
"file"
|
|
||||||
"mpc"
|
|
||||||
"mpfr"
|
|
||||||
"gmp"
|
|
||||||
"ndisc6"
|
|
||||||
"tcl"
|
|
||||||
"htop"
|
|
||||||
"config"
|
|
||||||
"autogen"
|
|
||||||
"binutils"
|
|
||||||
"m4"
|
|
||||||
"pkg-config"
|
|
||||||
"libtool"
|
|
||||||
"autoconf"
|
|
||||||
"automake"
|
|
||||||
"build"
|
|
||||||
"make"
|
|
||||||
"rust-clearscreen"
|
|
||||||
"libtree"
|
|
||||||
"font-openmoji"
|
|
||||||
"unicode-emoji"
|
|
||||||
"gnome-shell-extension-transparent-window"
|
|
||||||
"gnome-shell-extension-topicons-redux"
|
|
||||||
"bash-completion"
|
|
||||||
"python-dbus"
|
"python-dbus"
|
||||||
|
"python-css-parser"
|
||||||
|
"libappindicator"
|
||||||
|
"gsettings-desktop-schemas"
|
||||||
|
"python-setuptools"
|
||||||
|
"libadwaita"
|
||||||
|
"python-distutils-extra"
|
||||||
|
"system-config-printer"
|
||||||
|
"python-notify2"
|
||||||
|
"gobject-introspection@1.66"
|
||||||
|
"gtk"
|
||||||
"open-adventure@1"
|
"open-adventure@1"
|
||||||
"dino"
|
"dino"
|
||||||
"gnome-tweaks"
|
"gnome-tweaks"
|
||||||
|
@ -225,11 +121,12 @@
|
||||||
("grep" . "grep --color=auto")
|
("grep" . "grep --color=auto")
|
||||||
("l" . "ls -CF")
|
("l" . "ls -CF")
|
||||||
("la" . "ls -A")
|
("la" . "ls -A")
|
||||||
|
("clear" . "printf '\\033c'")
|
||||||
("ll" . "ls -l")
|
("ll" . "ls -l")
|
||||||
("ls" . "ls -p --color=auto")
|
("ls" . "ls -p --color=auto")
|
||||||
("vdir" . "vdir --color=auto")))
|
("vdir" . "vdir --color=auto")))
|
||||||
(bashrc (list (local-file "/home/neox/.config/guix/.bashrc"
|
(bashrc (list (local-file
|
||||||
"bashrc")))
|
"/home/neox/.config/guix//.bashrc" "bashrc")))
|
||||||
(bash-profile (list (local-file
|
(bash-profile (list (local-file
|
||||||
"/home/neox/.config/guix/.bash_profile"
|
"/home/neox/.config/guix//.bash_profile"
|
||||||
"bash_profile"))))))))
|
"bash_profile"))))))))
|
||||||
|
|
Loading…
Reference in New Issue